#AB2095

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

Shades of Medium Red Violet #AB2095

Tints of Medium Red Violet #AB2095

Color information

#AB2095 (or 0xAB2095) is unknown color: approx Medium Red Violet. HEX triplet: AB, 20 and 95. RGB value is (171,32,149). Sum of RGB (Red+Green+Blue) = 171+32+149=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2095 is #54DF6A. Grayscale: #565656. Windows color (decimal): -5562219 or 9773227. OLE color: 9773227.

HSL color Cylindrical-coordinate representation of color #AB2095: hue angle of 309.5º 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 #AB2095 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB17132149-
CMYK00.810.130.33
HSL309.5º68.47%39.8%-
HSV(B)309.5º81.29%67.06%-
XYZ22.7411.8629.52-
YUV86.9163.05187.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 32 (12.89% from 255) = 9.09%
BLUE value IS 149 (58.59% from 255) = 42.33%
R=48.58%
G=9.09%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713214900.810.130.33309.568.4739.8
HexAB2095051D211354428
Octal253402250121154146510450
Binary10101011100000100101010101000111011000011001101011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2095; }

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

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

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

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

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

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

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

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