#AB2091

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

Shades of Medium Red Violet #AB2091

Tints of Medium Red Violet #AB2091

Color information

#AB2091 (or 0xAB2091) is unknown color: approx Medium Red Violet. HEX triplet: AB, 20 and 91. RGB value is (171,32,145). Sum of RGB (Red+Green+Blue) = 171+32+145=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2091 is #54DF6E. Grayscale: #565656. Windows color (decimal): -5562223 or 9511083. OLE color: 9511083.

HSL color Cylindrical-coordinate representation of color #AB2091: hue angle of 311.22º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2091 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17132145-
CMYK00.810.150.33
HSL311.22º68.47%39.8%-
HSV(B)311.22º81.29%67.06%-
XYZ22.4211.7427.87-
YUV86.44161.05188.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.14%
GREEN value IS 32 (12.89% from 255) = 9.20%
BLUE value IS 145 (57.03% from 255) = 41.67%
R=49.14%
G=9.20%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713214500.810.150.33311.2268.4739.8
HexAB2091051F211374428
Octal253402210121174146710450
Binary10101011100000100100010101000111111000011001101111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2091; }

 p { color: rgb(171,32,145); }

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

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

 a { background-color: rgb(171,32,145); }

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

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

 span { border-color: rgb(171,32,145); }

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