Html Css Color HEX #AB10EC Electric Purple

📋 copy color: '#AB10EC'

red 171 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #AB10EC

Tints of Electric Purple #AB10EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.78%

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

R = 40.43%
G = 3.78%
B = 55.79%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB10EC (or 0xAB10EC) is known color: Electric Purple. HEX triplet: AB, 10 and EC. RGB value is (171,16,236). Sum of RGB (Red+Green+Blue) = 171+16+236=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB10EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB10EC is #54EF13. Grayscale: #565656. Windows color (decimal): -5566228 or 15470763. OLE color: 15470763.

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

Color convert

RGB 171 16 236 -
CMYK 0.28 0.93 0 0.07
HSL 282.27º 0.87% 0.49% -
HSV(B) 282.27º 0.93% 0.93% -
XYZ 32.12 15.08 80.58 -
YUV 87.43 211.85 187.61 -
System Red Green Blue C M Y K H S L
Decimal 171 16 236 0.28 0.93 0 0.07 282.27 0.87 0.49
Hex AB 10 EC 1C 5D 0 7 11A 57 31
Octal 253 20 354 34 135 0 7 432 127 61
Binary 10101011 10000 11101100 11100 1011101 0 111 100011010 1010111 110001

Color Harmonies of #AB10EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB10EC

Black with #AB10EC

Text Example


Text Example

White with #AB10EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB10EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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