#AB2977

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

Shades of Medium Red Violet #AB2977

Tints of Medium Red Violet #AB2977

Color information

#AB2977 (or 0xAB2977) is unknown color: approx Medium Red Violet. HEX triplet: AB, 29 and 77. RGB value is (171,41,119). Sum of RGB (Red+Green+Blue) = 171+41+119=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2977 is #54D688. Grayscale: #585858. Windows color (decimal): -5559945 or 7809451. OLE color: 7809451.

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

Color convert

RGB17141119-
CMYK00.760.300.33
HSL324º61.32%41.57%-
HSV(B)324º76.02%67.06%-
XYZ20.9211.5818.58-
YUV88.76145.07186.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.66%
GREEN value IS 41 (16.41% from 255) = 12.39%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=51.66%
G=12.39%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714111900.760.300.3332461.3241.57
HexAB297704C1E211443d2a
Octal25351167011436415047552
Binary1010101110100111101110100110011110100001101000100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2977; }

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

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

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

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

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

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

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

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