Html Css Color HEX #AB04F8 Electric Purple

📋 copy color: '#AB04F8'

red 171 ◦ green 4 ◦ blue 248

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

Shades of Electric Purple #AB04F8

Tints of Electric Purple #AB04F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 58.63%

R = 40.43%
G = 0.95%
B = 58.63%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AB04F8 (or 0xAB04F8) is known color: Electric Purple. HEX triplet: AB, 04 and F8. RGB value is (171,4,248). Sum of RGB (Red+Green+Blue) = 171+4+248=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 248 (97.27% from 255 or 58.63% from 423); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB04F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB04F8 is #54FB07. Grayscale: #505050. Windows color (decimal): -5569288 or 16254123. OLE color: 16254123.

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

Color convert

RGB 171 4 248 -
CMYK 0.31 0.98 0 0.03
HSL 281.07º 0.97% 0.49% -
HSV(B) 281.07º 0.98% 0.97% -
XYZ 33.78 15.52 90.02 -
YUV 81.75 221.83 191.66 -
System Red Green Blue C M Y K H S L
Decimal 171 4 248 0.31 0.98 0 0.03 281.07 0.97 0.49
Hex AB 4 F8 1F 62 0 3 119 61 31
Octal 253 4 370 37 142 0 3 431 141 61
Binary 10101011 100 11111000 11111 1100010 0 11 100011001 1100001 110001

Color Harmonies of #AB04F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04F8

Black with #AB04F8

Text Example


Text Example

White with #AB04F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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