Html Css Color HEX #AB1FFE Electric Purple

📋 copy color: '#AB1FFE'

red 171 ◦ green 31 ◦ blue 254

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

Shades of Electric Purple #AB1FFE

Tints of Electric Purple #AB1FFE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.8%

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

R = 37.5%
G = 6.8%
B = 55.7%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB1FFE (or 0xAB1FFE) is known color: Electric Purple. HEX triplet: AB, 1F and FE. RGB value is (171,31,254). Sum of RGB (Red+Green+Blue) = 171+31+254=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB1FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1FFE is #54E001. Grayscale: #616161. Windows color (decimal): -5562370 or 16654251. OLE color: 16654251.

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

Color convert

RGB 171 31 254 -
CMYK 0.33 0.88 0 0.00
HSL 277.67º 0.99% 0.56% -
HSV(B) 277.67º 0.88% 1% -
XYZ 35.17 16.79 95.15 -
YUV 98.28 215.88 179.87 -
System Red Green Blue C M Y K H S L
Decimal 171 31 254 0.33 0.88 0 0.00 277.67 0.99 0.56
Hex AB 1F FE 21 58 0 0 116 63 38
Octal 253 37 376 41 130 0 0 426 143 70
Binary 10101011 11111 11111110 100001 1011000 0 0 100010110 1100011 111000

Color Harmonies of #AB1FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1FFE

Black with #AB1FFE

Text Example


Text Example

White with #AB1FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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