Html Css Color HEX #AB00F8 Electric Purple

📋 copy color: '#AB00F8'

red 171 ◦ green 0 ◦ blue 248

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

Shades of Electric Purple #AB00F8

Tints of Electric Purple #AB00F8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.81%
G = 0%
B = 59.19%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AB00F8 (or 0xAB00F8) is known color: Electric Purple. HEX triplet: AB, 00 and F8. RGB value is (171,0,248). Sum of RGB (Red+Green+Blue) = 171+0+248=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 248 (97.27% from 255 or 59.19% from 419); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB00F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB00F8 is #54FF07. Grayscale: #4E4E4E. Windows color (decimal): -5570312 or 16253099. OLE color: 16253099.

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

Color convert

RGB 171 0 248 -
CMYK 0.31 1 0 0.03
HSL 281.37º 1% 0.49% -
HSV(B) 281.37º 1% 0.97% -
XYZ 33.74 15.44 90.01 -
YUV 79.4 223.15 193.33 -
System Red Green Blue C M Y K H S L
Decimal 171 0 248 0.31 1 0 0.03 281.37 1 0.49
Hex AB 0 F8 1F 64 0 3 119 64 31
Octal 253 0 370 37 144 0 3 431 144 61
Binary 10101011 0 11111000 11111 1100100 0 11 100011001 1100100 110001

Color Harmonies of #AB00F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB00F8

Black with #AB00F8

Text Example


Text Example

White with #AB00F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB00F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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