#AA66CD

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

Shades of Amethyst #AA66CD

Tints of Amethyst #AA66CD

Color information

#AA66CD (or 0xAA66CD) is unknown color: approx Amethyst. HEX triplet: AA, 66 and CD. RGB value is (170,102,205). Sum of RGB (Red+Green+Blue) = 170+102+205=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA66CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66CD is #559932. Grayscale: #858585. Windows color (decimal): -5609779 or 13461162. OLE color: 13461162.

HSL color Cylindrical-coordinate representation of color #AA66CD: hue angle of 279.61º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA66CD is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170102205-
CMYK0.170.5000.20
HSL279.61º50.74%60.2%-
HSV(B)279.61º50.24%80.39%-
XYZ32.3522.4660.39-
YUV134.07168.03153.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 102 (40.23% from 255) = 21.38%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=35.64%
G=21.38%
B=42.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701022050.170.5000.20279.6150.7460.2
HexAA66CD1132014118333c
Octal25214631521620244306374
Binary1010101011001101100110110001110010010100100011000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA66CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA66CD; }

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

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

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

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

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

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

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

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