#AB2B76

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

Shades of Medium Red Violet #AB2B76

Tints of Medium Red Violet #AB2B76

Color information

#AB2B76 (or 0xAB2B76) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2B and 76. RGB value is (171,43,118). Sum of RGB (Red+Green+Blue) = 171+43+118=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2B76 is #54D489. Grayscale: #595959. Windows color (decimal): -5559434 or 7744427. OLE color: 7744427.

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

Color convert

RGB17143118-
CMYK00.750.310.33
HSL324.84º59.81%41.96%-
HSV(B)324.84º74.85%67.06%-
XYZ20.9311.6918.29-
YUV89.82143.91185.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.51%
GREEN value IS 43 (17.19% from 255) = 12.95%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=51.51%
G=12.95%
B=35.54%

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
Decimal1714311800.750.310.33324.8459.8141.96
HexAB2B7604B1F211453c2a
Octal25353166011337415057452
Binary1010101110101111101100100101111111100001101000101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2B76; }

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

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

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

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

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

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

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

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