Html Css Color HEX #AA02ED Electric Purple

📋 copy color: '#AA02ED'

red 170 ◦ green 2 ◦ blue 237

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

Shades of Electric Purple #AA02ED

Tints of Electric Purple #AA02ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.95%

R = 41.56%
G = 0.49%
B = 57.95%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA02ED (or 0xAA02ED) is known color: Electric Purple. HEX triplet: AA, 02 and ED. RGB value is (170,2,237). Sum of RGB (Red+Green+Blue) = 170+2+237=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA02ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA02ED is #55FD12. Grayscale: #4E4E4E. Windows color (decimal): -5635347 or 15532714. OLE color: 15532714.

HSL color Cylindrical-coordinate representation of color #AA02ED: hue angle of 282.89º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02ED is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 2 237 -
CMYK 0.28 0.99 0 0.07
HSL 282.89º 0.98% 0.47% -
HSV(B) 282.89º 0.99% 0.93% -
XYZ 31.89 14.7 81.28 -
YUV 79.02 217.16 192.89 -
System Red Green Blue C M Y K H S L
Decimal 170 2 237 0.28 0.99 0 0.07 282.89 0.98 0.47
Hex AA 2 ED 1C 63 0 7 11B 62 2F
Octal 252 2 355 34 143 0 7 433 142 57
Binary 10101010 10 11101101 11100 1100011 0 111 100011011 1100010 101111

Color Harmonies of #AA02ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02ED

Black with #AA02ED

Text Example


Text Example

White with #AA02ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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