Html Css Color HEX #AB00ED Electric Purple

📋 copy color: '#AB00ED'

red 171 ◦ green 0 ◦ blue 237

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

Shades of Electric Purple #AB00ED

Tints of Electric Purple #AB00ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.91%
G = 0%
B = 58.09%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB00ED (or 0xAB00ED) is known color: Electric Purple. HEX triplet: AB, 00 and ED. RGB value is (171,0,237). Sum of RGB (Red+Green+Blue) = 171+0+237=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB00ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB00ED is #54FF12. Grayscale: #4D4D4D. Windows color (decimal): -5570323 or 15532203. OLE color: 15532203.

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

Color convert

RGB 171 0 237 -
CMYK 0.28 1 0 0.07
HSL 283.29º 1% 0.46% -
HSV(B) 283.29º 1% 0.93% -
XYZ 32.08 14.77 81.28 -
YUV 78.15 217.65 194.23 -
System Red Green Blue C M Y K H S L
Decimal 171 0 237 0.28 1 0 0.07 283.29 1 0.46
Hex AB 0 ED 1C 64 0 7 11B 64 2E
Octal 253 0 355 34 144 0 7 433 144 56
Binary 10101011 0 11101101 11100 1100100 0 111 100011011 1100100 101110

Color Harmonies of #AB00ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB00ED

Black with #AB00ED

Text Example


Text Example

White with #AB00ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB00ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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