#AB0F83

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

Shades of Medium Violet Red #AB0F83

Tints of Medium Violet Red #AB0F83

Color information

#AB0F83 (or 0xAB0F83) is unknown color: approx Medium Violet Red. HEX triplet: AB, 0F and 83. RGB value is (171,15,131). Sum of RGB (Red+Green+Blue) = 171+15+131=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0F83 is #54F07C. Grayscale: #4A4A4A. Windows color (decimal): -5566589 or 8589227. OLE color: 8589227.

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

Color convert

RGB17115131-
CMYK00.910.230.33
HSL315.38º83.87%36.47%-
HSV(B)315.38º91.23%67.06%-
XYZ21.0610.6422.42-
YUV74.87159.68196.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.94%
GREEN value IS 15 (6.25% from 255) = 4.73%
BLUE value IS 131 (51.56% from 255) = 41.32%
R=53.94%
G=4.73%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711513100.910.230.33315.3883.8736.47
HexABF8305B172113b5424
Octal253172030133274147312444
Binary1010101111111000001101011011101111000011001110111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0F83; }

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

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

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

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

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

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

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

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