Html Css Color HEX #AB08EC Electric Purple

📋 copy color: '#AB08EC'

red 171 ◦ green 8 ◦ blue 236

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

Shades of Electric Purple #AB08EC

Tints of Electric Purple #AB08EC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.93%

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 41.2%
G = 1.93%
B = 56.87%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB08EC (or 0xAB08EC) is known color: Electric Purple. HEX triplet: AB, 08 and EC. RGB value is (171,8,236). Sum of RGB (Red+Green+Blue) = 171+8+236=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB08EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB08EC is #54F713. Grayscale: #515151. Windows color (decimal): -5568276 or 15468715. OLE color: 15468715.

HSL color Cylindrical-coordinate representation of color #AB08EC: hue angle of 282.89º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB08EC is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 8 236 -
CMYK 0.28 0.97 0 0.07
HSL 282.89º 0.93% 0.48% -
HSV(B) 282.89º 0.97% 0.93% -
XYZ 32.02 14.89 80.54 -
YUV 82.73 214.5 190.96 -
System Red Green Blue C M Y K H S L
Decimal 171 8 236 0.28 0.97 0 0.07 282.89 0.93 0.48
Hex AB 8 EC 1C 61 0 7 11B 5D 30
Octal 253 10 354 34 141 0 7 433 135 60
Binary 10101011 1000 11101100 11100 1100001 0 111 100011011 1011101 110000

Color Harmonies of #AB08EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB08EC

Black with #AB08EC

Text Example


Text Example

White with #AB08EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB08EC; }

 p { color: rgb(171,8,236); }

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

background-color css

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

 a { background-color: rgb(171,8,236); }

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

border-color css

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

 span { border-color: rgb(171,8,236); }

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