Html Css Color HEX #AB0EFF Electric Purple

📋 copy color: '#AB0EFF'

red 171 ◦ green 14 ◦ blue 255

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

Shades of Electric Purple #AB0EFF

Tints of Electric Purple #AB0EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.95%

R = 38.86%
G = 3.18%
B = 57.95%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB0EFF (or 0xAB0EFF) is known color: Electric Purple. HEX triplet: AB, 0E and FF. RGB value is (171,14,255). Sum of RGB (Red+Green+Blue) = 171+14+255=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB0EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0EFF is #54F100. Grayscale: #575757. Windows color (decimal): -5566721 or 16715435. OLE color: 16715435.

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

Color convert

RGB 171 14 255 -
CMYK 0.33 0.95 0 0
HSL 279.09º 1% 0.53% -
HSV(B) 279.09º 0.95% 1% -
XYZ 35 16.19 95.89 -
YUV 88.42 222.01 186.9 -
System Red Green Blue C M Y K H S L
Decimal 171 14 255 0.33 0.95 0 0 279.09 1 0.53
Hex AB E FF 21 5F 0 0 117 64 35
Octal 253 16 377 41 137 0 0 427 144 65
Binary 10101011 1110 11111111 100001 1011111 0 0 100010111 1100100 110101

Color Harmonies of #AB0EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0EFF

Black with #AB0EFF

Text Example


Text Example

White with #AB0EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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