Html Css Color HEX #AA04CE Dark Violet

📋 copy color: '#AA04CE'

red 170 ◦ green 4 ◦ blue 206

#AA04CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AA04CE

Tints of Dark Violet #AA04CE

RGB

 RED value IS 170 (66.8% from 255) = 44.74%

 GREEN value IS 4 (1.95% from 255) = 1.05%

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 44.74%
G = 1.05%
B = 54.21%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA04CE (or 0xAA04CE) is known color: Dark Violet. HEX triplet: AA, 04 and CE. RGB value is (170,4,206). Sum of RGB (Red+Green+Blue) = 170+4+206=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA04CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04CE is #55FB31. Grayscale: #4C4C4C. Windows color (decimal): -5634866 or 13501610. OLE color: 13501610.

HSL color Cylindrical-coordinate representation of color #AA04CE: hue angle of 289.31º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04CE is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 4 206 -
CMYK 0.17 0.98 0 0.19
HSL 289.31º 0.96% 0.41% -
HSV(B) 289.31º 0.98% 0.81% -
XYZ 27.76 13.09 59.46 -
YUV 76.66 201 194.57 -
System Red Green Blue C M Y K H S L
Decimal 170 4 206 0.17 0.98 0 0.19 289.31 0.96 0.41
Hex AA 4 CE 11 62 0 13 121 60 29
Octal 252 4 316 21 142 0 23 441 140 51
Binary 10101010 100 11001110 10001 1100010 0 10011 100100001 1100000 101001

Color Harmonies of #AA04CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04CE

Black with #AA04CE

Text Example


Text Example

White with #AA04CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04CE; }

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

 H1.HeaderClassName
 {
   color: #AA04CE;
 }
 .AnyTagClassName
 {
   color: #AA04CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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