Html Css Color HEX #AB0CE8 Electric Purple

📋 copy color: '#AB0CE8'

red 171 ◦ green 12 ◦ blue 232

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

Shades of Electric Purple #AB0CE8

Tints of Electric Purple #AB0CE8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.89%

 BLUE value IS 232 (91.02% from 255) = 55.9%

R = 41.2%
G = 2.89%
B = 55.9%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB0CE8 (or 0xAB0CE8) is known color: Electric Purple. HEX triplet: AB, 0C and E8. RGB value is (171,12,232). Sum of RGB (Red+Green+Blue) = 171+12+232=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 232 (91.02% from 255 or 55.90% from 415); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB0CE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0CE8 is #54F317. Grayscale: #535353. Windows color (decimal): -5567256 or 15207595. OLE color: 15207595.

HSL color Cylindrical-coordinate representation of color #AB0CE8: hue angle of 283.36º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0CE8 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 12 232 -
CMYK 0.26 0.95 0 0.09
HSL 283.36º 0.9% 0.48% -
HSV(B) 283.36º 0.95% 0.91% -
XYZ 31.49 14.75 77.53 -
YUV 84.62 211.18 189.61 -
System Red Green Blue C M Y K H S L
Decimal 171 12 232 0.26 0.95 0 0.09 283.36 0.9 0.48
Hex AB C E8 1A 5F 0 9 11B 5A 30
Octal 253 14 350 32 137 0 11 433 132 60
Binary 10101011 1100 11101000 11010 1011111 0 1001 100011011 1011010 110000

Color Harmonies of #AB0CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0CE8

Black with #AB0CE8

Text Example


Text Example

White with #AB0CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0CE8; }

 p { color: rgb(171,12,232); }

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

background-color css

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

 a { background-color: rgb(171,12,232); }

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

border-color css

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

 span { border-color: rgb(171,12,232); }

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