Html Css Color HEX #AB0EF1 Electric Purple

📋 copy color: '#AB0EF1'

red 171 ◦ green 14 ◦ blue 241

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

Shades of Electric Purple #AB0EF1

Tints of Electric Purple #AB0EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 56.57%

R = 40.14%
G = 3.29%
B = 56.57%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB0EF1 (or 0xAB0EF1) is known color: Electric Purple. HEX triplet: AB, 0E and F1. RGB value is (171,14,241). Sum of RGB (Red+Green+Blue) = 171+14+241=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 241 (94.53% from 255 or 56.57% from 426); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB0EF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0EF1 is #54F10E. Grayscale: #565656. Windows color (decimal): -5566735 or 15797931. OLE color: 15797931.

HSL color Cylindrical-coordinate representation of color #AB0EF1: hue angle of 281.5º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0EF1 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 14 241 -
CMYK 0.29 0.94 0 0.05
HSL 281.5º 0.89% 0.5% -
HSV(B) 281.5º 0.94% 0.95% -
XYZ 32.83 15.32 84.45 -
YUV 86.82 215.01 188.04 -
System Red Green Blue C M Y K H S L
Decimal 171 14 241 0.29 0.94 0 0.05 281.5 0.89 0.5
Hex AB E F1 1D 5E 0 5 119 59 32
Octal 253 16 361 35 136 0 5 431 131 62
Binary 10101011 1110 11110001 11101 1011110 0 101 100011001 1011001 110010

Color Harmonies of #AB0EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0EF1

Black with #AB0EF1

Text Example


Text Example

White with #AB0EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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