#AB2A76

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

Shades of Medium Red Violet #AB2A76

Tints of Medium Red Violet #AB2A76

Color information

#AB2A76 (or 0xAB2A76) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2A and 76. RGB value is (171,42,118). Sum of RGB (Red+Green+Blue) = 171+42+118=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2A76 is #54D589. Grayscale: #595959. Windows color (decimal): -5559690 or 7744171. OLE color: 7744171.

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

Color convert

RGB17142118-
CMYK00.750.310.33
HSL324.65º60.56%41.76%-
HSV(B)324.65º75.44%67.06%-
XYZ20.8911.6218.28-
YUV89.24144.24186.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.66%
GREEN value IS 42 (16.80% from 255) = 12.69%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=51.66%
G=12.69%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714211800.750.310.33324.6560.5641.76
HexAB2A7604B1F211453d2a
Octal25352166011337415057552
Binary1010101110101011101100100101111111100001101000101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A76; }

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

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

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

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

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

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

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

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