Html Css Color HEX #AB04E8 Electric Purple

📋 copy color: '#AB04E8'

red 171 ◦ green 4 ◦ blue 232

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

Shades of Electric Purple #AB04E8

Tints of Electric Purple #AB04E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 57%

R = 42.01%
G = 0.98%
B = 57%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB04E8 (or 0xAB04E8) is known color: Electric Purple. HEX triplet: AB, 04 and E8. RGB value is (171,4,232). Sum of RGB (Red+Green+Blue) = 171+4+232=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 232 (91.02% from 255 or 57.00% from 407); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB04E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB04E8 is #54FB17. Grayscale: #4F4F4F. Windows color (decimal): -5569304 or 15205547. OLE color: 15205547.

HSL color Cylindrical-coordinate representation of color #AB04E8: hue angle of 283.95º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04E8 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 4 232 -
CMYK 0.26 0.98 0 0.09
HSL 283.95º 0.97% 0.46% -
HSV(B) 283.95º 0.98% 0.91% -
XYZ 31.4 14.57 77.5 -
YUV 79.93 213.83 192.96 -
System Red Green Blue C M Y K H S L
Decimal 171 4 232 0.26 0.98 0 0.09 283.95 0.97 0.46
Hex AB 4 E8 1A 62 0 9 11C 61 2E
Octal 253 4 350 32 142 0 11 434 141 56
Binary 10101011 100 11101000 11010 1100010 0 1001 100011100 1100001 101110

Color Harmonies of #AB04E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04E8

Black with #AB04E8

Text Example


Text Example

White with #AB04E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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