Html Css Color HEX #AA21FF Electric Purple

📋 copy color: '#AA21FF'

red 170 ◦ green 33 ◦ blue 255

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

Shades of Electric Purple #AA21FF

Tints of Electric Purple #AA21FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.68%

R = 37.12%
G = 7.21%
B = 55.68%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA21FF (or 0xAA21FF) is known color: Electric Purple. HEX triplet: AA, 21 and FF. RGB value is (170,33,255). Sum of RGB (Red+Green+Blue) = 170+33+255=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA21FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA21FF is #55DE00. Grayscale: #626262. Windows color (decimal): -5627393 or 16720298. OLE color: 16720298.

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

Color convert

RGB 170 33 255 -
CMYK 0.33 0.87 0 0
HSL 277.03º 1% 0.56% -
HSV(B) 277.03º 0.87% 1% -
XYZ 35.17 16.85 96.01 -
YUV 99.27 215.89 178.45 -
System Red Green Blue C M Y K H S L
Decimal 170 33 255 0.33 0.87 0 0 277.03 1 0.56
Hex AA 21 FF 21 57 0 0 115 64 38
Octal 252 41 377 41 127 0 0 425 144 70
Binary 10101010 100001 11111111 100001 1010111 0 0 100010101 1100100 111000

Color Harmonies of #AA21FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA21FF

Black with #AA21FF

Text Example


Text Example

White with #AA21FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA21FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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