Html Css Color HEX #AB04F9 Electric Purple

📋 copy color: '#AB04F9'

red 171 ◦ green 4 ◦ blue 249

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

Shades of Electric Purple #AB04F9

Tints of Electric Purple #AB04F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.73%

R = 40.33%
G = 0.94%
B = 58.73%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB04F9 (or 0xAB04F9) is known color: Electric Purple. HEX triplet: AB, 04 and F9. RGB value is (171,4,249). Sum of RGB (Red+Green+Blue) = 171+4+249=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 249 (97.66% from 255 or 58.73% from 424); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB04F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB04F9 is #54FB06. Grayscale: #515151. Windows color (decimal): -5569287 or 16319659. OLE color: 16319659.

HSL color Cylindrical-coordinate representation of color #AB04F9: hue angle of 280.9º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04F9 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 4 249 -
CMYK 0.31 0.98 0 0.02
HSL 280.9º 0.97% 0.5% -
HSV(B) 280.9º 0.98% 0.98% -
XYZ 33.94 15.58 90.84 -
YUV 81.86 222.33 191.58 -
System Red Green Blue C M Y K H S L
Decimal 171 4 249 0.31 0.98 0 0.02 280.9 0.97 0.5
Hex AB 4 F9 1F 62 0 2 119 61 32
Octal 253 4 371 37 142 0 2 431 141 62
Binary 10101011 100 11111001 11111 1100010 0 10 100011001 1100001 110010

Color Harmonies of #AB04F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04F9

Black with #AB04F9

Text Example


Text Example

White with #AB04F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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