Html Css Color HEX #AB04F0 Electric Purple

📋 copy color: '#AB04F0'

red 171 ◦ green 4 ◦ blue 240

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

Shades of Electric Purple #AB04F0

Tints of Electric Purple #AB04F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.83%

R = 41.2%
G = 0.96%
B = 57.83%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB04F0 (or 0xAB04F0) is known color: Electric Purple. HEX triplet: AB, 04 and F0. RGB value is (171,4,240). Sum of RGB (Red+Green+Blue) = 171+4+240=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 240 (94.14% from 255 or 57.83% from 415); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB04F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB04F0 is #54FB0F. Grayscale: #505050. Windows color (decimal): -5569296 or 15729835. OLE color: 15729835.

HSL color Cylindrical-coordinate representation of color #AB04F0: hue angle of 282.46º 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 #AB04F0 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 4 240 -
CMYK 0.29 0.98 0 0.06
HSL 282.46º 0.97% 0.48% -
HSV(B) 282.46º 0.98% 0.94% -
XYZ 32.57 15.04 83.62 -
YUV 80.84 217.83 192.31 -
System Red Green Blue C M Y K H S L
Decimal 171 4 240 0.29 0.98 0 0.06 282.46 0.97 0.48
Hex AB 4 F0 1D 62 0 6 11A 61 30
Octal 253 4 360 35 142 0 6 432 141 60
Binary 10101011 100 11110000 11101 1100010 0 110 100011010 1100001 110000

Color Harmonies of #AB04F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04F0

Black with #AB04F0

Text Example


Text Example

White with #AB04F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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