Html Css Color HEX #AB0BFC Electric Purple

📋 copy color: '#AB0BFC'

red 171 ◦ green 11 ◦ blue 252

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

Shades of Electric Purple #AB0BFC

Tints of Electric Purple #AB0BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.06%

R = 39.4%
G = 2.53%
B = 58.06%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB0BFC (or 0xAB0BFC) is known color: Electric Purple. HEX triplet: AB, 0B and FC. RGB value is (171,11,252). Sum of RGB (Red+Green+Blue) = 171+11+252=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB0BFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0BFC is #54F403. Grayscale: #555555. Windows color (decimal): -5567492 or 16518059. OLE color: 16518059.

HSL color Cylindrical-coordinate representation of color #AB0BFC: hue angle of 279.83º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0BFC is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 11 252 -
CMYK 0.32 0.96 0 0.01
HSL 279.83º 0.98% 0.52% -
HSV(B) 279.83º 0.96% 0.99% -
XYZ 34.48 15.93 93.35 -
YUV 86.31 221.51 188.4 -
System Red Green Blue C M Y K H S L
Decimal 171 11 252 0.32 0.96 0 0.01 279.83 0.98 0.52
Hex AB B FC 20 60 0 1 118 62 34
Octal 253 13 374 40 140 0 1 430 142 64
Binary 10101011 1011 11111100 100000 1100000 0 1 100011000 1100010 110100

Color Harmonies of #AB0BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0BFC

Black with #AB0BFC

Text Example


Text Example

White with #AB0BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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