#AB3379

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

Shades of Medium Red Violet #AB3379

Tints of Medium Red Violet #AB3379

Color information

#AB3379 (or 0xAB3379) is unknown color: approx Medium Red Violet. HEX triplet: AB, 33 and 79. RGB value is (171,51,121). Sum of RGB (Red+Green+Blue) = 171+51+121=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3379 is #54CC86. Grayscale: #5E5E5E. Windows color (decimal): -5557383 or 7943083. OLE color: 7943083.

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

Color convert

RGB17151121-
CMYK00.700.290.33
HSL325º54.05%43.53%-
HSV(B)325º70.18%67.06%-
XYZ21.4312.4119.35-
YUV94.86142.76182.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 51 (20.31% from 255) = 14.87%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=49.85%
G=14.87%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715112100.700.290.3332554.0543.53
HexAB33790461D21145362c
Octal25363171010635415056654
Binary1010101111001111110010100011011101100001101000101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3379; }

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

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

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

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

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

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

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

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