Html Css Color HEX #AB13EC Electric Purple

📋 copy color: '#AB13EC'

red 171 ◦ green 19 ◦ blue 236

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

Shades of Electric Purple #AB13EC

Tints of Electric Purple #AB13EC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.46%

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

R = 40.14%
G = 4.46%
B = 55.4%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB13EC (or 0xAB13EC) is known color: Electric Purple. HEX triplet: AB, 13 and EC. RGB value is (171,19,236). Sum of RGB (Red+Green+Blue) = 171+19+236=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB13EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB13EC is #54EC13. Grayscale: #585858. Windows color (decimal): -5565460 or 15471531. OLE color: 15471531.

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

Color convert

RGB 171 19 236 -
CMYK 0.28 0.92 0 0.07
HSL 282.03º 0.85% 0.5% -
HSV(B) 282.03º 0.92% 0.93% -
XYZ 32.17 15.18 80.59 -
YUV 89.19 210.86 186.36 -
System Red Green Blue C M Y K H S L
Decimal 171 19 236 0.28 0.92 0 0.07 282.03 0.85 0.5
Hex AB 13 EC 1C 5C 0 7 11A 55 32
Octal 253 23 354 34 134 0 7 432 125 62
Binary 10101011 10011 11101100 11100 1011100 0 111 100011010 1010101 110010

Color Harmonies of #AB13EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB13EC

Black with #AB13EC

Text Example


Text Example

White with #AB13EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB13EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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