Html Css Color HEX #AB0EEB Electric Purple

📋 copy color: '#AB0EEB'

red 171 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #AB0EEB

Tints of Electric Purple #AB0EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.95%

R = 40.71%
G = 3.33%
B = 55.95%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB0EEB (or 0xAB0EEB) is known color: Electric Purple. HEX triplet: AB, 0E and EB. RGB value is (171,14,235). Sum of RGB (Red+Green+Blue) = 171+14+235=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB0EEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0EEB is #54F114. Grayscale: #555555. Windows color (decimal): -5566741 or 15404715. OLE color: 15404715.

HSL color Cylindrical-coordinate representation of color #AB0EEB: hue angle of 282.62º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0EEB is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 14 235 -
CMYK 0.27 0.94 0 0.08
HSL 282.62º 0.89% 0.49% -
HSV(B) 282.62º 0.94% 0.92% -
XYZ 31.95 14.97 79.8 -
YUV 86.14 212.01 188.53 -
System Red Green Blue C M Y K H S L
Decimal 171 14 235 0.27 0.94 0 0.08 282.62 0.89 0.49
Hex AB E EB 1B 5E 0 8 11B 59 31
Octal 253 16 353 33 136 0 10 433 131 61
Binary 10101011 1110 11101011 11011 1011110 0 1000 100011011 1011001 110001

Color Harmonies of #AB0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0EEB

Black with #AB0EEB

Text Example


Text Example

White with #AB0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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