#AD3995

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

Shades of Medium Red Violet #AD3995

Tints of Medium Red Violet #AD3995

Color information

#AD3995 (or 0xAD3995) is unknown color: approx Medium Red Violet. HEX triplet: AD, 39 and 95. RGB value is (173,57,149). Sum of RGB (Red+Green+Blue) = 173+57+149=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3995 is #52C66A. Grayscale: #656565. Windows color (decimal): -5424747 or 9779629. OLE color: 9779629.

HSL color Cylindrical-coordinate representation of color #AD3995: hue angle of 312.41º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD3995 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB17357149-
CMYK00.670.140.32
HSL312.41º50.43%45.1%-
HSV(B)312.41º67.05%67.84%-
XYZ24.1213.9829.86-
YUV102.17154.43178.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.65%
GREEN value IS 57 (22.66% from 255) = 15.04%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=45.65%
G=15.04%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735714900.670.140.32312.4150.4345.1
HexAD3995043E20138322d
Octal25571225010316404706255
Binary1010110111100110010101010000111110100000100111000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3995; }

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

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

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

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

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

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

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

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