Html Css Color HEX #AA20FE Electric Purple

📋 copy color: '#AA20FE'

red 170 ◦ green 32 ◦ blue 254

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

Shades of Electric Purple #AA20FE

Tints of Electric Purple #AA20FE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.02%

 BLUE value IS 254 (99.61% from 255) = 55.7%

R = 37.28%
G = 7.02%
B = 55.7%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA20FE (or 0xAA20FE) is known color: Electric Purple. HEX triplet: AA, 20 and FE. RGB value is (170,32,254). Sum of RGB (Red+Green+Blue) = 170+32+254=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA20FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA20FE is #55DF01. Grayscale: #616161. Windows color (decimal): -5627650 or 16654506. OLE color: 16654506.

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

Color convert

RGB 170 32 254 -
CMYK 0.33 0.87 0 0.00
HSL 277.3º 0.99% 0.56% -
HSV(B) 277.3º 0.87% 1% -
XYZ 34.98 16.73 95.15 -
YUV 98.57 215.72 178.95 -
System Red Green Blue C M Y K H S L
Decimal 170 32 254 0.33 0.87 0 0.00 277.3 0.99 0.56
Hex AA 20 FE 21 57 0 0 115 63 38
Octal 252 40 376 41 127 0 0 425 143 70
Binary 10101010 100000 11111110 100001 1010111 0 0 100010101 1100011 111000

Color Harmonies of #AA20FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20FE

Black with #AA20FE

Text Example


Text Example

White with #AA20FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20FE; }

 p { color: rgb(170,32,254); }

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

background-color css

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

 a { background-color: rgb(170,32,254); }

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

border-color css

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

 span { border-color: rgb(170,32,254); }

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