#AA64CA

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

Shades of Amethyst #AA64CA

Tints of Amethyst #AA64CA

Color information

#AA64CA (or 0xAA64CA) is unknown color: approx Amethyst. HEX triplet: AA, 64 and CA. RGB value is (170,100,202). Sum of RGB (Red+Green+Blue) = 170+100+202=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA64CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64CA is #559B35. Grayscale: #848484. Windows color (decimal): -5610294 or 13264042. OLE color: 13264042.

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

Color convert

RGB170100202-
CMYK0.160.5000.21
HSL281.18º49.04%59.22%-
HSV(B)281.18º50.5%79.22%-
XYZ31.821.9258.43-
YUV132.56167.19154.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 100 (39.45% from 255) = 21.19%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=36.02%
G=21.19%
B=42.80%

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
Decimal1701002020.160.5000.21281.1849.0459.22
HexAA64CA1032015119313b
Octal25214431220620254316173
Binary1010101011001001100101010000110010010101100011001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA64CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA64CA; }

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

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

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

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

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

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

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

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