#AA01CA

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

Shades of Dark Violet #AA01CA

Tints of Dark Violet #AA01CA

Color information

#AA01CA (or 0xAA01CA) is unknown color: approx Dark Violet. HEX triplet: AA, 01 and CA. RGB value is (170,1,202). Sum of RGB (Red+Green+Blue) = 170+1+202=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA01CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01CA is #55FE35. Grayscale: #494949. Windows color (decimal): -5635638 or 13238698. OLE color: 13238698.

HSL color Cylindrical-coordinate representation of color #AA01CA: hue angle of 290.45º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01CA is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1701202-
CMYK0.161.0000.21
HSL290.45º99.01%39.8%-
HSV(B)290.45º99.5%79.22%-
XYZ27.2512.8356.92-
YUV74.45199.99196.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=45.58%
G=0.27%
B=54.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal17012020.161.0000.21290.4599.0139.8
HexAA1CA10640151226328
Octal25213122014402544214350
Binary101010101110010101000011001000101011001000101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA01CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA01CA; }

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

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

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

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

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

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

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

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