#AB2F77

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

Shades of Medium Red Violet #AB2F77

Tints of Medium Red Violet #AB2F77

Color information

#AB2F77 (or 0xAB2F77) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2F and 77. RGB value is (171,47,119). Sum of RGB (Red+Green+Blue) = 171+47+119=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2F77 is #54D088. Grayscale: #5C5C5C. Windows color (decimal): -5558409 or 7810987. OLE color: 7810987.

HSL color Cylindrical-coordinate representation of color #AB2F77: hue angle of 325.16º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB2F77 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB17147119-
CMYK00.730.300.33
HSL325.16º56.88%42.75%-
HSV(B)325.16º72.51%67.06%-
XYZ21.1412.0218.66-
YUV92.28143.08184.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 47 (18.75% from 255) = 13.95%
BLUE value IS 119 (46.88% from 255) = 35.31%
R=50.74%
G=13.95%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714711900.730.300.33325.1656.8842.75
HexAB2F770491E21145392b
Octal25357167011136415057153
Binary1010101110111111101110100100111110100001101000101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2F77; }

 p { color: rgb(171,47,119); }

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

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

 a { background-color: rgb(171,47,119); }

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

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

 span { border-color: rgb(171,47,119); }

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