#AB3276

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

Shades of Medium Red Violet #AB3276

Tints of Medium Red Violet #AB3276

Color information

#AB3276 (or 0xAB3276) is unknown color: approx Medium Red Violet. HEX triplet: AB, 32 and 76. RGB value is (171,50,118). Sum of RGB (Red+Green+Blue) = 171+50+118=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3276 is #54CD89. Grayscale: #5D5D5D. Windows color (decimal): -5557642 or 7746219. OLE color: 7746219.

HSL color Cylindrical-coordinate representation of color #AB3276: hue angle of 326.28º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3276 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB17150118-
CMYK00.710.310.33
HSL326.28º54.75%43.33%-
HSV(B)326.28º70.76%67.06%-
XYZ21.2112.2518.39-
YUV93.93141.59182.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 50 (19.92% from 255) = 14.75%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=50.44%
G=14.75%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715011800.710.310.33326.2854.7543.33
HexAB32760471F21146372b
Octal25362166010737415066753
Binary1010101111001011101100100011111111100001101000110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3276; }

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

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

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

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

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

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

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

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