Html Css Color HEX #AB0EFE Electric Purple

📋 copy color: '#AB0EFE'

red 171 ◦ green 14 ◦ blue 254

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

Shades of Electric Purple #AB0EFE

Tints of Electric Purple #AB0EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.19%

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

R = 38.95%
G = 3.19%
B = 57.86%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB0EFE (or 0xAB0EFE) is known color: Electric Purple. HEX triplet: AB, 0E and FE. RGB value is (171,14,254). Sum of RGB (Red+Green+Blue) = 171+14+254=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB0EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0EFE is #54F101. Grayscale: #575757. Windows color (decimal): -5566722 or 16649899. OLE color: 16649899.

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

Color convert

RGB 171 14 254 -
CMYK 0.33 0.94 0 0.00
HSL 279.25º 0.99% 0.53% -
HSV(B) 279.25º 0.94% 1% -
XYZ 34.84 16.13 95.04 -
YUV 88.3 221.51 186.99 -
System Red Green Blue C M Y K H S L
Decimal 171 14 254 0.33 0.94 0 0.00 279.25 0.99 0.53
Hex AB E FE 21 5E 0 0 117 63 35
Octal 253 16 376 41 136 0 0 427 143 65
Binary 10101011 1110 11111110 100001 1011110 0 0 100010111 1100011 110101

Color Harmonies of #AB0EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0EFE

Black with #AB0EFE

Text Example


Text Example

White with #AB0EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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