Html Css Color HEX #AB04ED Electric Purple

📋 copy color: '#AB04ED'

red 171 ◦ green 4 ◦ blue 237

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

Shades of Electric Purple #AB04ED

Tints of Electric Purple #AB04ED

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

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

R = 41.5%
G = 0.97%
B = 57.52%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB04ED (or 0xAB04ED) is known color: Electric Purple. HEX triplet: AB, 04 and ED. RGB value is (171,4,237). Sum of RGB (Red+Green+Blue) = 171+4+237=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB04ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB04ED is #54FB12. Grayscale: #4F4F4F. Windows color (decimal): -5569299 or 15533227. OLE color: 15533227.

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

Color convert

RGB 171 4 237 -
CMYK 0.28 0.98 0 0.07
HSL 283º 0.97% 0.47% -
HSV(B) 283º 0.98% 0.93% -
XYZ 32.12 14.86 81.3 -
YUV 80.5 216.33 192.55 -
System Red Green Blue C M Y K H S L
Decimal 171 4 237 0.28 0.98 0 0.07 283 0.97 0.47
Hex AB 4 ED 1C 62 0 7 11B 61 2F
Octal 253 4 355 34 142 0 7 433 141 57
Binary 10101011 100 11101101 11100 1100010 0 111 100011011 1100001 101111

Color Harmonies of #AB04ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04ED

Black with #AB04ED

Text Example


Text Example

White with #AB04ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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