#AA04CA

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

Shades of Dark Violet #AA04CA

Tints of Dark Violet #AA04CA

Color information

#AA04CA (or 0xAA04CA) is unknown color: approx Dark Violet. HEX triplet: AA, 04 and CA. RGB value is (170,4,202). Sum of RGB (Red+Green+Blue) = 170+4+202=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA04CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04CA is #55FB35. Grayscale: #4B4B4B. Windows color (decimal): -5634870 or 13239466. OLE color: 13239466.

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

Color convert

RGB1704202-
CMYK0.160.9800.21
HSL290.3º96.12%40.39%-
HSV(B)290.3º98.02%79.22%-
XYZ27.2812.956.93-
YUV76.21199194.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 4 (1.95% from 255) = 1.06%
BLUE value IS 202 (79.30% from 255) = 53.72%
R=45.21%
G=1.06%
B=53.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal17042020.160.9800.21290.396.1240.39
HexAA4CA10620151226028
Octal25243122014202544214050
Binary10101010100110010101000011000100101011001000101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA04CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA04CA; }

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

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

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

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

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

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

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

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