Html Css Color HEX #AB04EF Electric Purple

📋 copy color: '#AB04EF'

red 171 ◦ green 4 ◦ blue 239

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

Shades of Electric Purple #AB04EF

Tints of Electric Purple #AB04EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.73%

R = 41.3%
G = 0.97%
B = 57.73%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB04EF (or 0xAB04EF) is known color: Electric Purple. HEX triplet: AB, 04 and EF. RGB value is (171,4,239). Sum of RGB (Red+Green+Blue) = 171+4+239=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB04EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB04EF is #54FB10. Grayscale: #4F4F4F. Windows color (decimal): -5569297 or 15664299. OLE color: 15664299.

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

Color convert

RGB 171 4 239 -
CMYK 0.28 0.98 0 0.06
HSL 282.64º 0.97% 0.48% -
HSV(B) 282.64º 0.98% 0.94% -
XYZ 32.42 14.98 82.84 -
YUV 80.72 217.33 192.39 -
System Red Green Blue C M Y K H S L
Decimal 171 4 239 0.28 0.98 0 0.06 282.64 0.97 0.48
Hex AB 4 EF 1C 62 0 6 11B 61 30
Octal 253 4 357 34 142 0 6 433 141 60
Binary 10101011 100 11101111 11100 1100010 0 110 100011011 1100001 110000

Color Harmonies of #AB04EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04EF

Black with #AB04EF

Text Example


Text Example

White with #AB04EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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