#AB2A77

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

Shades of Medium Red Violet #AB2A77

Tints of Medium Red Violet #AB2A77

Color information

#AB2A77 (or 0xAB2A77) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2A and 77. RGB value is (171,42,119). Sum of RGB (Red+Green+Blue) = 171+42+119=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2A77 is #54D588. Grayscale: #595959. Windows color (decimal): -5559689 or 7809707. OLE color: 7809707.

HSL color Cylindrical-coordinate representation of color #AB2A77: hue angle of 324.19º degrees, saturation: 0.61, 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 #AB2A77 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB17142119-
CMYK00.750.300.33
HSL324.19º60.56%41.76%-
HSV(B)324.19º75.44%67.06%-
XYZ20.9511.6518.6-
YUV89.35144.74186.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.51%
GREEN value IS 42 (16.80% from 255) = 12.65%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=51.51%
G=12.65%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714211900.750.300.33324.1960.5641.76
HexAB2A7704B1E211443d2a
Octal25352167011336415047552
Binary1010101110101011101110100101111110100001101000100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A77; }

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

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

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

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

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

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

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

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