#AD359F

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

Shades of Medium Red Violet #AD359F

Tints of Medium Red Violet #AD359F

Color information

#AD359F (or 0xAD359F) is unknown color: approx Medium Red Violet. HEX triplet: AD, 35 and 9F. RGB value is (173,53,159). Sum of RGB (Red+Green+Blue) = 173+53+159=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD359F is #52CA60. Grayscale: #646464. Windows color (decimal): -5425761 or 10433965. OLE color: 10433965.

HSL color Cylindrical-coordinate representation of color #AD359F: hue angle of 307º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD359F is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB17353159-
CMYK00.690.080.32
HSL307º53.1%44.31%-
HSV(B)307º69.36%67.84%-
XYZ24.7613.9334.19-
YUV100.96160.76179.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 53 (21.09% from 255) = 13.77%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=44.94%
G=13.77%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735315900.690.080.3230753.144.31
HexAD359F045820133352c
Octal25565237010510404636554
Binary1010110111010110011111010001011000100000100110011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD359F; }

 p { color: rgb(173,53,159); }

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

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

 a { background-color: rgb(173,53,159); }

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

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

 span { border-color: rgb(173,53,159); }

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