Html Css Color HEX #AA02E4 Dark Violet

📋 copy color: '#AA02E4'

red 170 ◦ green 2 ◦ blue 228

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

Shades of Dark Violet #AA02E4

Tints of Dark Violet #AA02E4

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

 BLUE value IS 228 (89.45% from 255) = 57%

R = 42.5%
G = 0.5%
B = 57%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA02E4 (or 0xAA02E4) is known color: Dark Violet. HEX triplet: AA, 02 and E4. RGB value is (170,2,228). Sum of RGB (Red+Green+Blue) = 170+2+228=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 228 (89.45% from 255 or 57% from 400); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA02E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02E4 is #55FD1B. Grayscale: #4D4D4D. Windows color (decimal): -5635356 or 14942890. OLE color: 14942890.

HSL color Cylindrical-coordinate representation of color #AA02E4: hue angle of 284.6º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02E4 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 2 228 -
CMYK 0.25 0.99 0 0.11
HSL 284.6º 0.98% 0.45% -
HSV(B) 284.6º 0.99% 0.89% -
XYZ 30.6 14.19 74.52 -
YUV 78 212.66 193.62 -
System Red Green Blue C M Y K H S L
Decimal 170 2 228 0.25 0.99 0 0.11 284.6 0.98 0.45
Hex AA 2 E4 19 63 0 B 11D 62 2D
Octal 252 2 344 31 143 0 13 435 142 55
Binary 10101010 10 11100100 11001 1100011 0 1011 100011101 1100010 101101

Color Harmonies of #AA02E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02E4

Black with #AA02E4

Text Example


Text Example

White with #AA02E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02E4; }

 p { color: rgb(170,2,228); }

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

background-color css

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

 a { background-color: rgb(170,2,228); }

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

border-color css

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

 span { border-color: rgb(170,2,228); }

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