Html Css Color HEX #AA21FA Electric Purple

📋 copy color: '#AA21FA'

red 170 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #AA21FA

Tints of Electric Purple #AA21FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.19%

R = 37.53%
G = 7.28%
B = 55.19%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA21FA (or 0xAA21FA) is known color: Electric Purple. HEX triplet: AA, 21 and FA. RGB value is (170,33,250). Sum of RGB (Red+Green+Blue) = 170+33+250=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA21FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA21FA is #55DE05. Grayscale: #616161. Windows color (decimal): -5627398 or 16392618. OLE color: 16392618.

HSL color Cylindrical-coordinate representation of color #AA21FA: hue angle of 277.88º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA21FA is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 33 250 -
CMYK 0.32 0.87 0 0.02
HSL 277.88º 0.96% 0.55% -
HSV(B) 277.88º 0.87% 0.98% -
XYZ 34.38 16.54 91.82 -
YUV 98.7 213.39 178.86 -
System Red Green Blue C M Y K H S L
Decimal 170 33 250 0.32 0.87 0 0.02 277.88 0.96 0.55
Hex AA 21 FA 20 57 0 2 116 60 37
Octal 252 41 372 40 127 0 2 426 140 67
Binary 10101010 100001 11111010 100000 1010111 0 10 100010110 1100000 110111

Color Harmonies of #AA21FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA21FA

Black with #AA21FA

Text Example


Text Example

White with #AA21FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA21FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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