Html Css Color HEX #AB0BF7 Electric Purple

📋 copy color: '#AB0BF7'

red 171 ◦ green 11 ◦ blue 247

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

Shades of Electric Purple #AB0BF7

Tints of Electric Purple #AB0BF7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.56%

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

R = 39.86%
G = 2.56%
B = 57.58%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AB0BF7 (or 0xAB0BF7) is known color: Electric Purple. HEX triplet: AB, 0B and F7. RGB value is (171,11,247). Sum of RGB (Red+Green+Blue) = 171+11+247=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 247 (96.88% from 255 or 57.58% from 429); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB0BF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0BF7 is #54F408. Grayscale: #545454. Windows color (decimal): -5567497 or 16190379. OLE color: 16190379.

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

Color convert

RGB 171 11 247 -
CMYK 0.31 0.96 0 0.03
HSL 280.68º 0.94% 0.51% -
HSV(B) 280.68º 0.96% 0.97% -
XYZ 33.7 15.61 89.23 -
YUV 85.74 219.01 188.81 -
System Red Green Blue C M Y K H S L
Decimal 171 11 247 0.31 0.96 0 0.03 280.68 0.94 0.51
Hex AB B F7 1F 60 0 3 119 5E 33
Octal 253 13 367 37 140 0 3 431 136 63
Binary 10101011 1011 11110111 11111 1100000 0 11 100011001 1011110 110011

Color Harmonies of #AB0BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0BF7

Black with #AB0BF7

Text Example


Text Example

White with #AB0BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0BF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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