Html Css Color HEX #A21AFF Electric Purple

📋 copy color: '#A21AFF'

red 162 ◦ green 26 ◦ blue 255

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

Shades of Electric Purple #A21AFF

Tints of Electric Purple #A21AFF

RGB

 RED value IS 162 (63.67% from 255) = 36.57%

 GREEN value IS 26 (10.55% from 255) = 5.87%

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

R = 36.57%
G = 5.87%
B = 57.56%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A21AFF (or 0xA21AFF) is known color: Electric Purple. HEX triplet: A2, 1A and FF. RGB value is (162,26,255). Sum of RGB (Red+Green+Blue) = 162+26+255=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #A21AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21AFF is #5DE500. Grayscale: #5B5B5B. Windows color (decimal): -6153473 or 16718498. OLE color: 16718498.

HSL color Cylindrical-coordinate representation of color #A21AFF: hue angle of 275.63º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21AFF is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 162 26 255 -
CMYK 0.36 0.90 0 0
HSL 275.63º 1% 0.55% -
HSV(B) 275.63º 0.9% 1% -
XYZ 33.32 15.64 95.87 -
YUV 92.77 219.56 177.38 -
System Red Green Blue C M Y K H S L
Decimal 162 26 255 0.36 0.90 0 0 275.63 1 0.55
Hex A2 1A FF 24 5A 0 0 114 64 37
Octal 242 32 377 44 132 0 0 424 144 67
Binary 10100010 11010 11111111 100100 1011010 0 0 100010100 1100100 110111

Color Harmonies of #A21AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21AFF

Black with #A21AFF

Text Example


Text Example

White with #A21AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21AFF; }

 p { color: rgb(162,26,255); }

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

background-color css

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

 a { background-color: rgb(162,26,255); }

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

border-color css

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

 span { border-color: rgb(162,26,255); }

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