Html Css Color HEX #AA20FD Electric Purple

📋 copy color: '#AA20FD'

red 170 ◦ green 32 ◦ blue 253

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

Shades of Electric Purple #AA20FD

Tints of Electric Purple #AA20FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.6%

R = 37.36%
G = 7.03%
B = 55.6%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA20FD (or 0xAA20FD) is known color: Electric Purple. HEX triplet: AA, 20 and FD. RGB value is (170,32,253). Sum of RGB (Red+Green+Blue) = 170+32+253=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA20FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA20FD is #55DF02. Grayscale: #616161. Windows color (decimal): -5627651 or 16588970. OLE color: 16588970.

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

Color convert

RGB 170 32 253 -
CMYK 0.33 0.87 0 0.01
HSL 277.47º 0.98% 0.56% -
HSV(B) 277.47º 0.87% 0.99% -
XYZ 34.82 16.67 94.31 -
YUV 98.46 215.22 179.03 -
System Red Green Blue C M Y K H S L
Decimal 170 32 253 0.33 0.87 0 0.01 277.47 0.98 0.56
Hex AA 20 FD 21 57 0 1 115 62 38
Octal 252 40 375 41 127 0 1 425 142 70
Binary 10101010 100000 11111101 100001 1010111 0 1 100010101 1100010 111000

Color Harmonies of #AA20FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20FD

Black with #AA20FD

Text Example


Text Example

White with #AA20FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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