Html Css Color HEX #AA20FC Electric Purple

📋 copy color: '#AA20FC'

red 170 ◦ green 32 ◦ blue 252

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

Shades of Electric Purple #AA20FC

Tints of Electric Purple #AA20FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.51%

R = 37.44%
G = 7.05%
B = 55.51%

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

#AA20FC (or 0xAA20FC) is known color: Electric Purple. HEX triplet: AA, 20 and FC. RGB value is (170,32,252). Sum of RGB (Red+Green+Blue) = 170+32+252=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA20FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA20FC is #55DF03. Grayscale: #616161. Windows color (decimal): -5627652 or 16523434. OLE color: 16523434.

HSL color Cylindrical-coordinate representation of color #AA20FC: hue angle of 277.64º degrees, saturation: 0.97, 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 #AA20FC is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 32 252 -
CMYK 0.33 0.87 0 0.01
HSL 277.64º 0.97% 0.56% -
HSV(B) 277.64º 0.87% 0.99% -
XYZ 34.66 16.61 93.47 -
YUV 98.34 214.72 179.11 -
System Red Green Blue C M Y K H S L
Decimal 170 32 252 0.33 0.87 0 0.01 277.64 0.97 0.56
Hex AA 20 FC 21 57 0 1 116 61 38
Octal 252 40 374 41 127 0 1 426 141 70
Binary 10101010 100000 11111100 100001 1010111 0 1 100010110 1100001 111000

Color Harmonies of #AA20FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20FC

Black with #AA20FC

Text Example


Text Example

White with #AA20FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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