Html Css Color HEX #AA02FF Electric Purple

📋 copy color: '#AA02FF'

red 170 ◦ green 2 ◦ blue 255

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

Shades of Electric Purple #AA02FF

Tints of Electric Purple #AA02FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.72%

R = 39.81%
G = 0.47%
B = 59.72%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA02FF (or 0xAA02FF) is known color: Electric Purple. HEX triplet: AA, 02 and FF. RGB value is (170,2,255). Sum of RGB (Red+Green+Blue) = 170+2+255=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA02FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA02FF is #55FD00. Grayscale: #505050. Windows color (decimal): -5635329 or 16712362. OLE color: 16712362.

HSL color Cylindrical-coordinate representation of color #AA02FF: hue angle of 279.84º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02FF is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 2 255 -
CMYK 0.33 0.99 0 0
HSL 279.84º 1% 0.5% -
HSV(B) 279.84º 0.99% 1% -
XYZ 34.65 15.81 95.83 -
YUV 81.07 226.16 191.43 -
System Red Green Blue C M Y K H S L
Decimal 170 2 255 0.33 0.99 0 0 279.84 1 0.5
Hex AA 2 FF 21 63 0 0 118 64 32
Octal 252 2 377 41 143 0 0 430 144 62
Binary 10101010 10 11111111 100001 1100011 0 0 100011000 1100100 110010

Color Harmonies of #AA02FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02FF

Black with #AA02FF

Text Example


Text Example

White with #AA02FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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