Html Css Color HEX #AA02F0 Electric Purple

📋 copy color: '#AA02F0'

red 170 ◦ green 2 ◦ blue 240

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

Shades of Electric Purple #AA02F0

Tints of Electric Purple #AA02F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 58.25%

R = 41.26%
G = 0.49%
B = 58.25%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA02F0 (or 0xAA02F0) is known color: Electric Purple. HEX triplet: AA, 02 and F0. RGB value is (170,2,240). Sum of RGB (Red+Green+Blue) = 170+2+240=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 240 (94.14% from 255 or 58.25% from 412); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA02F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA02F0 is #55FD0F. Grayscale: #4E4E4E. Windows color (decimal): -5635344 or 15729322. OLE color: 15729322.

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

Color convert

RGB 170 2 240 -
CMYK 0.29 0.99 0 0.06
HSL 282.35º 0.98% 0.47% -
HSV(B) 282.35º 0.99% 0.94% -
XYZ 32.33 14.88 83.61 -
YUV 79.36 218.66 192.65 -
System Red Green Blue C M Y K H S L
Decimal 170 2 240 0.29 0.99 0 0.06 282.35 0.98 0.47
Hex AA 2 F0 1D 63 0 6 11A 62 2F
Octal 252 2 360 35 143 0 6 432 142 57
Binary 10101010 10 11110000 11101 1100011 0 110 100011010 1100010 101111

Color Harmonies of #AA02F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02F0

Black with #AA02F0

Text Example


Text Example

White with #AA02F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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