#AB3979

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

Shades of Medium Red Violet #AB3979

Tints of Medium Red Violet #AB3979

Color information

#AB3979 (or 0xAB3979) is unknown color: approx Medium Red Violet. HEX triplet: AB, 39 and 79. RGB value is (171,57,121). Sum of RGB (Red+Green+Blue) = 171+57+121=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3979 is #54C686. Grayscale: #626262. Windows color (decimal): -5555847 or 7944619. OLE color: 7944619.

HSL color Cylindrical-coordinate representation of color #AB3979: hue angle of 326.32º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3979 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17157121-
CMYK00.670.290.33
HSL326.32º50%44.71%-
HSV(B)326.32º66.67%67.06%-
XYZ21.7112.9619.45-
YUV98.38140.77179.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 57 (22.66% from 255) = 16.33%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=49.00%
G=16.33%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715712100.670.290.33326.325044.71
HexAB39790431D21146322d
Octal25371171010335415066255
Binary1010101111100111110010100001111101100001101000110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3979; }

 p { color: rgb(171,57,121); }

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

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

 a { background-color: rgb(171,57,121); }

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

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

 span { border-color: rgb(171,57,121); }

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