#aa66c8

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

Shades of Amethyst #AA66C8

Tints of Amethyst #AA66C8

Color information

#AA66C8 (or 0xAA66C8) is unknown color: approx Amethyst. HEX triplet: AA, 66 and C8. RGB value is (170,102,200). Sum of RGB (Red+Green+Blue) = 170+102+200=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA66C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66C8 is #559937. Grayscale: #858585. Windows color (decimal): -5609784 or 13133482. OLE color: 13133482.

HSL color Cylindrical-coordinate representation of color #AA66C8: hue angle of 281.63º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA66C8 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170102200-
CMYK0.150.4900.22
HSL281.63º47.12%59.22%-
HSV(B)281.63º49%78.43%-
XYZ31.7522.2257.26-
YUV133.5165.53154.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 102 (40.23% from 255) = 21.61%
BLUE value IS 200 (78.52% from 255) = 42.37%
R=36.02%
G=21.61%
B=42.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701022000.150.4900.22281.6347.1259.22
HexAA66C8F3101611a2f3b
Octal25214631017610264325773
Binary101010101100110110010001111110001010110100011010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa66c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa66c8; }

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

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

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

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

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

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

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

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