Html Css Color HEX #AB01ED Electric Purple

📋 copy color: '#AB01ED'

red 171 ◦ green 1 ◦ blue 237

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

Shades of Electric Purple #AB01ED

Tints of Electric Purple #AB01ED

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 41.81%
G = 0.24%
B = 57.95%

CMYK

 C value IS 0.28

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB01ED (or 0xAB01ED) is known color: Electric Purple. HEX triplet: AB, 01 and ED. RGB value is (171,1,237). Sum of RGB (Red+Green+Blue) = 171+1+237=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB01ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB01ED is #54FE12. Grayscale: #4D4D4D. Windows color (decimal): -5570067 or 15532459. OLE color: 15532459.

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

Color convert

RGB 171 1 237 -
CMYK 0.28 1.00 0 0.07
HSL 283.22º 0.99% 0.47% -
HSV(B) 283.22º 1% 0.93% -
XYZ 32.09 14.79 81.28 -
YUV 78.73 217.32 193.81 -
System Red Green Blue C M Y K H S L
Decimal 171 1 237 0.28 1.00 0 0.07 283.22 0.99 0.47
Hex AB 1 ED 1C 64 0 7 11B 63 2F
Octal 253 1 355 34 144 0 7 433 143 57
Binary 10101011 1 11101101 11100 1100100 0 111 100011011 1100011 101111

Color Harmonies of #AB01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01ED

Black with #AB01ED

Text Example


Text Example

White with #AB01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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