#AE6ECD

Color #AE6ECD Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #AE6ECD

Tints of Amethyst #AE6ECD

Color information

#AE6ECD (or 0xAE6ECD) is unknown color: approx Amethyst. HEX triplet: AE, 6E and CD. RGB value is (174,110,205). Sum of RGB (Red+Green+Blue) = 174+110+205=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE6ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ECD is #519132. Grayscale: #8B8B8B. Windows color (decimal): -5345587 or 13463214. OLE color: 13463214.

HSL color Cylindrical-coordinate representation of color #AE6ECD: hue angle of 280.42º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE6ECD is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174110205-
CMYK0.150.4600.20
HSL280.42º48.72%61.76%-
HSV(B)280.42º46.34%80.39%-
XYZ34.0524.5660.7-
YUV139.97164.7152.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 110 (43.36% from 255) = 22.49%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=35.58%
G=22.49%
B=41.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741102050.150.4600.20280.4248.7261.76
HexAE6ECDF2E014118313e
Octal25615631517560244306176
Binary101011101101110110011011111101110010100100011000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6ECD; }

 p { color: rgb(174,110,205); }

 H1.HeaderClassName
 {
   color: #AE6ECD;
 }
 .AnyTagClassName
 {
   color: #AE6ECD;
 }
</style>
background-color css

<style>
 a { background-color: #AE6ECD; }

 a { background-color: rgb(174,110,205); }

 div.DivClassName
 {
   background-color: #AE6ECD;
 }
 .BgClassName
 {
   background-color: #AE6ECD;
 }
</style>
border-color css

<style>
 span { border-color: #AE6ECD; }

 span { border-color: rgb(174,110,205); }

 td.TdClassName
 {
   border-color: #AE6ECD;
 }
 .TagClassName
 {
   border-color: #AE6ECD;
 }
</style>