Html Css Color HEX #AB20FF Electric Purple

📋 copy color: '#AB20FF'

red 171 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #AB20FF

Tints of Electric Purple #AB20FF

RGB

 RED value IS 171 (67.19% from 255) = 37.34%

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

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

R = 37.34%
G = 6.99%
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

#AB20FF (or 0xAB20FF) is known color: Electric Purple. HEX triplet: AB, 20 and FF. RGB value is (171,32,255). Sum of RGB (Red+Green+Blue) = 171+32+255=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 32 (12.89% from 255 or 6.99% 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 #AB20FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB20FF is #54DF00. Grayscale: #626262. Windows color (decimal): -5562113 or 16720043. OLE color: 16720043.

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

Color convert

RGB 171 32 255 -
CMYK 0.33 0.87 0 0
HSL 277.4º 1% 0.56% -
HSV(B) 277.4º 0.87% 1% -
XYZ 35.36 16.91 96.01 -
YUV 98.98 216.05 179.37 -
System Red Green Blue C M Y K H S L
Decimal 171 32 255 0.33 0.87 0 0 277.4 1 0.56
Hex AB 20 FF 21 57 0 0 115 64 38
Octal 253 40 377 41 127 0 0 425 144 70
Binary 10101011 100000 11111111 100001 1010111 0 0 100010101 1100100 111000

Color Harmonies of #AB20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB20FF

Black with #AB20FF

Text Example


Text Example

White with #AB20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB20FF; }

 p { color: rgb(171,32,255); }

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

background-color css

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

 a { background-color: rgb(171,32,255); }

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

border-color css

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

 span { border-color: rgb(171,32,255); }

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