Html Css Color HEX #AB00F7 Electric Purple

📋 copy color: '#AB00F7'

red 171 ◦ green 0 ◦ blue 247

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

Shades of Electric Purple #AB00F7

Tints of Electric Purple #AB00F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 59.09%

R = 40.91%
G = 0%
B = 59.09%

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

#AB00F7 (or 0xAB00F7) is known color: Electric Purple. HEX triplet: AB, 00 and F7. RGB value is (171,0,247). Sum of RGB (Red+Green+Blue) = 171+0+247=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 247 (96.88% from 255 or 59.09% from 418); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB00F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB00F7 is #54FF08. Grayscale: #4E4E4E. Windows color (decimal): -5570313 or 16187563. OLE color: 16187563.

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

Color convert

RGB 171 0 247 -
CMYK 0.31 1 0 0.03
HSL 281.54º 1% 0.48% -
HSV(B) 281.54º 1% 0.97% -
XYZ 33.58 15.37 89.19 -
YUV 79.29 222.65 193.42 -
System Red Green Blue C M Y K H S L
Decimal 171 0 247 0.31 1 0 0.03 281.54 1 0.48
Hex AB 0 F7 1F 64 0 3 11A 64 30
Octal 253 0 367 37 144 0 3 432 144 60
Binary 10101011 0 11110111 11111 1100100 0 11 100011010 1100100 110000

Color Harmonies of #AB00F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB00F7

Black with #AB00F7

Text Example


Text Example

White with #AB00F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB00F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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