#ad2487

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

Shades of Medium Red Violet #AD2487

Tints of Medium Red Violet #AD2487

Color information

#AD2487 (or 0xAD2487) is unknown color: approx Medium Red Violet. HEX triplet: AD, 24 and 87. RGB value is (173,36,135). Sum of RGB (Red+Green+Blue) = 173+36+135=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2487 is #52DB78. Grayscale: #575757. Windows color (decimal): -5430137 or 8856749. OLE color: 8856749.

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

Color convert

RGB17336135-
CMYK00.790.220.32
HSL316.64º65.55%40.98%-
HSV(B)316.64º79.19%67.84%-
XYZ22.2411.924.05-
YUV88.25154.39188.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.29%
GREEN value IS 36 (14.45% from 255) = 10.47%
BLUE value IS 135 (53.12% from 255) = 39.24%
R=50.29%
G=10.47%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733613500.790.220.32316.6465.5540.98
HexAD248704F162013d4229
Octal255442070117264047510251
Binary101011011001001000011101001111101101000001001111011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad2487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad2487; }

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

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

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

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

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

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

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

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