Html Css Color HEX #AB16EC Electric Purple

📋 copy color: '#AB16EC'

red 171 ◦ green 22 ◦ blue 236

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

Shades of Electric Purple #AB16EC

Tints of Electric Purple #AB16EC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.13%

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

R = 39.86%
G = 5.13%
B = 55.01%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB16EC (or 0xAB16EC) is known color: Electric Purple. HEX triplet: AB, 16 and EC. RGB value is (171,22,236). Sum of RGB (Red+Green+Blue) = 171+22+236=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB16EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB16EC is #54E913. Grayscale: #5A5A5A. Windows color (decimal): -5564692 or 15472299. OLE color: 15472299.

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

Color convert

RGB 171 22 236 -
CMYK 0.28 0.91 0 0.07
HSL 281.78º 0.85% 0.51% -
HSV(B) 281.78º 0.91% 0.93% -
XYZ 32.22 15.29 80.61 -
YUV 90.95 209.86 185.1 -
System Red Green Blue C M Y K H S L
Decimal 171 22 236 0.28 0.91 0 0.07 281.78 0.85 0.51
Hex AB 16 EC 1C 5B 0 7 11A 55 33
Octal 253 26 354 34 133 0 7 432 125 63
Binary 10101011 10110 11101100 11100 1011011 0 111 100011010 1010101 110011

Color Harmonies of #AB16EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB16EC

Black with #AB16EC

Text Example


Text Example

White with #AB16EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB16EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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