#AB0A83

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

Shades of Medium Violet Red #AB0A83

Tints of Medium Violet Red #AB0A83

Color information

#AB0A83 (or 0xAB0A83) is unknown color: approx Medium Violet Red. HEX triplet: AB, 0A and 83. RGB value is (171,10,131). Sum of RGB (Red+Green+Blue) = 171+10+131=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0A83 is #54F57C. Grayscale: #474747. Windows color (decimal): -5567869 or 8587947. OLE color: 8587947.

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

Color convert

RGB17110131-
CMYK00.940.230.33
HSL314.91º88.95%35.49%-
HSV(B)314.91º94.15%67.06%-
XYZ2110.5122.4-
YUV71.93161.34198.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 10 (4.30% from 255) = 3.21%
BLUE value IS 131 (51.56% from 255) = 41.99%
R=54.81%
G=3.21%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711013100.940.230.33314.9188.9535.49
HexABA8305E172113b5923
Octal253122030136274147313143
Binary1010101110101000001101011110101111000011001110111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0A83; }

 p { color: rgb(171,10,131); }

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

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

 a { background-color: rgb(171,10,131); }

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

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

 span { border-color: rgb(171,10,131); }

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