#AD2477

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

Shades of Medium Red Violet #AD2477

Tints of Medium Red Violet #AD2477

Color information

#AD2477 (or 0xAD2477) is unknown color: approx Medium Red Violet. HEX triplet: AD, 24 and 77. RGB value is (173,36,119). Sum of RGB (Red+Green+Blue) = 173+36+119=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2477 is #52DB88. Grayscale: #565656. Windows color (decimal): -5430153 or 7808173. OLE color: 7808173.

HSL color Cylindrical-coordinate representation of color #AD2477: hue angle of 323.65º 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 #AD2477 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB17336119-
CMYK00.790.310.32
HSL323.65º65.55%40.98%-
HSV(B)323.65º79.19%67.84%-
XYZ21.1911.4818.55-
YUV86.42146.39189.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.74%
GREEN value IS 36 (14.45% from 255) = 10.98%
BLUE value IS 119 (46.88% from 255) = 36.28%
R=52.74%
G=10.98%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733611900.790.310.32323.6565.5540.98
HexAD247704F1F201444229
Octal255441670117374050410251
Binary10101101100100111011101001111111111000001010001001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2477; }

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

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

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

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

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

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

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

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