Html Css Color HEX #AB20FE Electric Purple

📋 copy color: '#AB20FE'

red 171 ◦ green 32 ◦ blue 254

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

Shades of Electric Purple #AB20FE

Tints of Electric Purple #AB20FE

RGB

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

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

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

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

#AB20FE (or 0xAB20FE) is known color: Electric Purple. HEX triplet: AB, 20 and FE. RGB value is (171,32,254). Sum of RGB (Red+Green+Blue) = 171+32+254=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 32 (12.89% from 255 or 7.00% 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 #AB20FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB20FE is #54DF01. Grayscale: #626262. Windows color (decimal): -5562114 or 16654507. OLE color: 16654507.

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

Color convert

RGB 171 32 254 -
CMYK 0.33 0.87 0 0.00
HSL 277.57º 0.99% 0.56% -
HSV(B) 277.57º 0.87% 1% -
XYZ 35.2 16.85 95.16 -
YUV 98.87 215.55 179.45 -
System Red Green Blue C M Y K H S L
Decimal 171 32 254 0.33 0.87 0 0.00 277.57 0.99 0.56
Hex AB 20 FE 21 57 0 0 116 63 38
Octal 253 40 376 41 127 0 0 426 143 70
Binary 10101011 100000 11111110 100001 1010111 0 0 100010110 1100011 111000

Color Harmonies of #AB20FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB20FE

Black with #AB20FE

Text Example


Text Example

White with #AB20FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB20FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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