#AD4595

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

Shades of Medium Red Violet #AD4595

Tints of Medium Red Violet #AD4595

Color information

#AD4595 (or 0xAD4595) is unknown color: approx Medium Red Violet. HEX triplet: AD, 45 and 95. RGB value is (173,69,149). Sum of RGB (Red+Green+Blue) = 173+69+149=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4595 is #52BA6A. Grayscale: #6D6D6D. Windows color (decimal): -5421675 or 9782701. OLE color: 9782701.

HSL color Cylindrical-coordinate representation of color #AD4595: hue angle of 313.85º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4595 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB17369149-
CMYK00.600.140.32
HSL313.85º42.98%47.45%-
HSV(B)313.85º60.12%67.84%-
XYZ24.7915.3130.08-
YUV109.22150.46173.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.25%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=44.25%
G=17.65%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736914900.600.140.32313.8542.9847.45
HexAD459503CE2013a2b2f
Octal25510522507416404725357
Binary1010110110001011001010101111001110100000100111010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4595; }

 p { color: rgb(173,69,149); }

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

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

 a { background-color: rgb(173,69,149); }

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

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

 span { border-color: rgb(173,69,149); }

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