#AB0786

Color #AB0786 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AB0786

Tints of Medium Violet Red #AB0786

Color information

#AB0786 (or 0xAB0786) is unknown color: approx Medium Violet Red. HEX triplet: AB, 07 and 86. RGB value is (171,7,134). Sum of RGB (Red+Green+Blue) = 171+7+134=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0786 is #54F879. Grayscale: #464646. Windows color (decimal): -5568634 or 8783787. OLE color: 8783787.

HSL color Cylindrical-coordinate representation of color #AB0786: hue angle of 313.54º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0786 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB1717134-
CMYK00.960.220.33
HSL313.54º92.13%34.9%-
HSV(B)313.54º95.91%67.06%-
XYZ21.1710.5323.47-
YUV70.51163.83199.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 7 (3.12% from 255) = 2.24%
BLUE value IS 134 (52.73% from 255) = 42.95%
R=54.81%
G=2.24%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171713400.960.220.33313.5492.1334.9
HexAB786060162113a5c23
Octal25372060140264147213443
Binary101010111111000011001100000101101000011001110101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0786; }

 p { color: rgb(171,7,134); }

 H1.HeaderClassName
 {
   color: #AB0786;
 }
 .AnyTagClassName
 {
   color: #AB0786;
 }
</style>
background-color css

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

 a { background-color: rgb(171,7,134); }

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

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

 span { border-color: rgb(171,7,134); }

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