Html Css Color HEX #AA04E8 Dark Violet

📋 copy color: '#AA04E8'

red 170 ◦ green 4 ◦ blue 232

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

Shades of Dark Violet #AA04E8

Tints of Dark Violet #AA04E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 57.14%

R = 41.87%
G = 0.99%
B = 57.14%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA04E8 (or 0xAA04E8) is known color: Dark Violet. HEX triplet: AA, 04 and E8. RGB value is (170,4,232). Sum of RGB (Red+Green+Blue) = 170+4+232=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 232 (91.02% from 255 or 57.14% from 406); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA04E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA04E8 is #55FB17. Grayscale: #4E4E4E. Windows color (decimal): -5634840 or 15205546. OLE color: 15205546.

HSL color Cylindrical-coordinate representation of color #AA04E8: hue angle of 283.68º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04E8 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 4 232 -
CMYK 0.27 0.98 0 0.09
HSL 283.68º 0.97% 0.46% -
HSV(B) 283.68º 0.98% 0.91% -
XYZ 31.19 14.46 77.49 -
YUV 79.63 214 192.46 -
System Red Green Blue C M Y K H S L
Decimal 170 4 232 0.27 0.98 0 0.09 283.68 0.97 0.46
Hex AA 4 E8 1B 62 0 9 11C 61 2E
Octal 252 4 350 33 142 0 11 434 141 56
Binary 10101010 100 11101000 11011 1100010 0 1001 100011100 1100001 101110

Color Harmonies of #AA04E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04E8

Black with #AA04E8

Text Example


Text Example

White with #AA04E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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