#AA66CF

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

Shades of Amethyst #AA66CF

Tints of Amethyst #AA66CF

Color information

#AA66CF (or 0xAA66CF) is unknown color: approx Amethyst. HEX triplet: AA, 66 and CF. RGB value is (170,102,207). Sum of RGB (Red+Green+Blue) = 170+102+207=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA66CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66CF is #559930. Grayscale: #858585. Windows color (decimal): -5609777 or 13592234. OLE color: 13592234.

HSL color Cylindrical-coordinate representation of color #AA66CF: hue angle of 278.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA66CF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170102207-
CMYK0.180.5100.19
HSL278.86º52.24%60.59%-
HSV(B)278.86º50.72%81.18%-
XYZ32.5922.5561.67-
YUV134.3169.03153.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 102 (40.23% from 255) = 21.29%
BLUE value IS 207 (81.25% from 255) = 43.22%
R=35.49%
G=21.29%
B=43.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701022070.180.5100.19278.8652.2460.59
HexAA66CF1233013117343d
Octal25214631722630234276475
Binary1010101011001101100111110010110011010011100010111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA66CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA66CF; }

 p { color: rgb(170,102,207); }

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

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

 a { background-color: rgb(170,102,207); }

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

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

 span { border-color: rgb(170,102,207); }

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