Html Css Color HEX #AB10ED Electric Purple

📋 copy color: '#AB10ED'

red 171 ◦ green 16 ◦ blue 237

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

Shades of Electric Purple #AB10ED

Tints of Electric Purple #AB10ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.9%

R = 40.33%
G = 3.77%
B = 55.9%

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

#AB10ED (or 0xAB10ED) is known color: Electric Purple. HEX triplet: AB, 10 and ED. RGB value is (171,16,237). Sum of RGB (Red+Green+Blue) = 171+16+237=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB10ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB10ED is #54EF12. Grayscale: #565656. Windows color (decimal): -5566227 or 15536299. OLE color: 15536299.

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

Color convert

RGB 171 16 237 -
CMYK 0.28 0.93 0 0.07
HSL 282.08º 0.87% 0.5% -
HSV(B) 282.08º 0.93% 0.93% -
XYZ 32.27 15.14 81.34 -
YUV 87.54 212.35 187.53 -
System Red Green Blue C M Y K H S L
Decimal 171 16 237 0.28 0.93 0 0.07 282.08 0.87 0.5
Hex AB 10 ED 1C 5D 0 7 11A 57 32
Octal 253 20 355 34 135 0 7 432 127 62
Binary 10101011 10000 11101101 11100 1011101 0 111 100011010 1010111 110010

Color Harmonies of #AB10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB10ED

Black with #AB10ED

Text Example


Text Example

White with #AB10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB10ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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