#AE6CD6

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

Shades of Amethyst #AE6CD6

Tints of Amethyst #AE6CD6

Color information

#AE6CD6 (or 0xAE6CD6) is unknown color: approx Amethyst. HEX triplet: AE, 6C and D6. RGB value is (174,108,214). Sum of RGB (Red+Green+Blue) = 174+108+214=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #AE6CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6CD6 is #519329. Grayscale: #8B8B8B. Windows color (decimal): -5346090 or 14052526. OLE color: 14052526.

HSL color Cylindrical-coordinate representation of color #AE6CD6: hue angle of 277.36º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE6CD6 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174108214-
CMYK0.190.5000.16
HSL277.36º56.38%63.14%-
HSV(B)277.36º49.53%83.92%-
XYZ34.9624.5866.52-
YUV139.82169.87152.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 214 (83.98% from 255) = 43.15%
R=35.08%
G=21.77%
B=43.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741082140.190.5000.16277.3656.3863.14
HexAE6CD61332010115383f
Octal25615432623620204257077
Binary1010111011011001101011010011110010010000100010101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6CD6; }

 p { color: rgb(174,108,214); }

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

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

 a { background-color: rgb(174,108,214); }

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

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

 span { border-color: rgb(174,108,214); }

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