#AB1086

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

Shades of Medium Violet Red #AB1086

Tints of Medium Violet Red #AB1086

Color information

#AB1086 (or 0xAB1086) is unknown color: approx Medium Violet Red. HEX triplet: AB, 10 and 86. RGB value is (171,16,134). Sum of RGB (Red+Green+Blue) = 171+16+134=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1086 is #54EF79. Grayscale: #4B4B4B. Windows color (decimal): -5566330 or 8786091. OLE color: 8786091.

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

Color convert

RGB17116134-
CMYK00.910.220.33
HSL314.32º82.89%36.67%-
HSV(B)314.32º90.64%67.06%-
XYZ21.2810.7523.51-
YUV75.8160.85195.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.27%
GREEN value IS 16 (6.64% from 255) = 4.98%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=53.27%
G=4.98%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711613400.910.220.33314.3282.8936.67
HexAB108605B162113a5325
Octal253202060133264147212345
Binary10101011100001000011001011011101101000011001110101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1086; }

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

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

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

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

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

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

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

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