#AB2B95

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

Shades of Medium Red Violet #AB2B95

Tints of Medium Red Violet #AB2B95

Color information

#AB2B95 (or 0xAB2B95) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2B and 95. RGB value is (171,43,149). Sum of RGB (Red+Green+Blue) = 171+43+149=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2B95 is #54D46A. Grayscale: #5D5D5D. Windows color (decimal): -5559403 or 9776043. OLE color: 9776043.

HSL color Cylindrical-coordinate representation of color #AB2B95: hue angle of 310.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2B95 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB17143149-
CMYK00.750.130.33
HSL310.31º59.81%41.96%-
HSV(B)310.31º74.85%67.06%-
XYZ23.0812.5629.64-
YUV93.36159.41183.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 43 (17.19% from 255) = 11.85%
BLUE value IS 149 (58.59% from 255) = 41.05%
R=47.11%
G=11.85%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714314900.750.130.33310.3159.8141.96
HexAB2B9504BD211363c2a
Octal25353225011315414667452
Binary1010101110101110010101010010111101100001100110110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2B95; }

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

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

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

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

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

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

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

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