Html Css Color HEX #AA21FE Electric Purple

📋 copy color: '#AA21FE'

red 170 ◦ green 33 ◦ blue 254

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

Shades of Electric Purple #AA21FE

Tints of Electric Purple #AA21FE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.22%

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

R = 37.2%
G = 7.22%
B = 55.58%

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

#AA21FE (or 0xAA21FE) is known color: Electric Purple. HEX triplet: AA, 21 and FE. RGB value is (170,33,254). Sum of RGB (Red+Green+Blue) = 170+33+254=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 33 (13.28% from 255 or 7.22% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA21FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA21FE is #55DE01. Grayscale: #626262. Windows color (decimal): -5627394 or 16654762. OLE color: 16654762.

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

Color convert

RGB 170 33 254 -
CMYK 0.33 0.87 0 0.00
HSL 277.19º 0.99% 0.56% -
HSV(B) 277.19º 0.87% 1% -
XYZ 35.01 16.79 95.16 -
YUV 99.16 215.39 178.53 -
System Red Green Blue C M Y K H S L
Decimal 170 33 254 0.33 0.87 0 0.00 277.19 0.99 0.56
Hex AA 21 FE 21 57 0 0 115 63 38
Octal 252 41 376 41 127 0 0 425 143 70
Binary 10101010 100001 11111110 100001 1010111 0 0 100010101 1100011 111000

Color Harmonies of #AA21FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA21FE

Black with #AA21FE

Text Example


Text Example

White with #AA21FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA21FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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