#AA66CA

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

Shades of Amethyst #AA66CA

Tints of Amethyst #AA66CA

Color information

#AA66CA (or 0xAA66CA) is unknown color: approx Amethyst. HEX triplet: AA, 66 and CA. RGB value is (170,102,202). Sum of RGB (Red+Green+Blue) = 170+102+202=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA66CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66CA is #559935. Grayscale: #858585. Windows color (decimal): -5609782 or 13264554. OLE color: 13264554.

HSL color Cylindrical-coordinate representation of color #AA66CA: hue angle of 280.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA66CA is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170102202-
CMYK0.160.5000.21
HSL280.8º48.54%59.61%-
HSV(B)280.8º49.5%79.22%-
XYZ31.9922.3158.5-
YUV133.73166.53153.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 102 (40.23% from 255) = 21.52%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=35.86%
G=21.52%
B=42.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701022020.160.5000.21280.848.5459.61
HexAA66CA1032015119313c
Octal25214631220620254316174
Binary1010101011001101100101010000110010010101100011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA66CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA66CA; }

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

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

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

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

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

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

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

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