#AB2976

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

Shades of Medium Red Violet #AB2976

Tints of Medium Red Violet #AB2976

Color information

#AB2976 (or 0xAB2976) is unknown color: approx Medium Red Violet. HEX triplet: AB, 29 and 76. RGB value is (171,41,118). Sum of RGB (Red+Green+Blue) = 171+41+118=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2976 is #54D689. Grayscale: #585858. Windows color (decimal): -5559946 or 7743915. OLE color: 7743915.

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

Color convert

RGB17141118-
CMYK00.760.310.33
HSL324.46º61.32%41.57%-
HSV(B)324.46º76.02%67.06%-
XYZ20.8611.5518.27-
YUV88.65144.57186.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.82%
GREEN value IS 41 (16.41% from 255) = 12.42%
BLUE value IS 118 (46.48% from 255) = 35.76%
R=51.82%
G=12.42%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714111800.760.310.33324.4661.3241.57
HexAB297604C1F211443d2a
Octal25351166011437415047552
Binary1010101110100111101100100110011111100001101000100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2976; }

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

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

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

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

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

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

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

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