#AE6CCA

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

Shades of Amethyst #AE6CCA

Tints of Amethyst #AE6CCA

Color information

#AE6CCA (or 0xAE6CCA) is unknown color: approx Amethyst. HEX triplet: AE, 6C and CA. RGB value is (174,108,202). Sum of RGB (Red+Green+Blue) = 174+108+202=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE6CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6CCA is #519335. Grayscale: #8A8A8A. Windows color (decimal): -5346102 or 13266094. OLE color: 13266094.

HSL color Cylindrical-coordinate representation of color #AE6CCA: hue angle of 282.13º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE6CCA is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174108202-
CMYK0.140.4700.21
HSL282.13º47%60.78%-
HSV(B)282.13º46.53%79.22%-
XYZ33.4823.9958.74-
YUV138.45163.87153.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 108 (42.58% from 255) = 22.31%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=35.95%
G=22.31%
B=41.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741082020.140.4700.21282.134760.78
HexAE6CCAE2F01511a2f3d
Octal25615431216570254325775
Binary101011101101100110010101110101111010101100011010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6CCA; }

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

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

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

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

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

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

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

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