#AD2479

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

Shades of Medium Red Violet #AD2479

Tints of Medium Red Violet #AD2479

Color information

#AD2479 (or 0xAD2479) is unknown color: approx Medium Red Violet. HEX triplet: AD, 24 and 79. RGB value is (173,36,121). Sum of RGB (Red+Green+Blue) = 173+36+121=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2479 is #52DB86. Grayscale: #565656. Windows color (decimal): -5430151 or 7939245. OLE color: 7939245.

HSL color Cylindrical-coordinate representation of color #AD2479: hue angle of 322.77º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2479 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB17336121-
CMYK00.790.300.32
HSL322.77º65.55%40.98%-
HSV(B)322.77º79.19%67.84%-
XYZ21.3211.5319.19-
YUV86.65147.39189.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.42%
GREEN value IS 36 (14.45% from 255) = 10.91%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=52.42%
G=10.91%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733612100.790.300.32322.7765.5540.98
HexAD247904F1E201434229
Octal255441710117364050310251
Binary10101101100100111100101001111111101000001010000111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2479; }

 p { color: rgb(173,36,121); }

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

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

 a { background-color: rgb(173,36,121); }

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

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

 span { border-color: rgb(173,36,121); }

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