#AD3999

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

Shades of Medium Red Violet #AD3999

Tints of Medium Red Violet #AD3999

Color information

#AD3999 (or 0xAD3999) is unknown color: approx Medium Red Violet. HEX triplet: AD, 39 and 99. RGB value is (173,57,153). Sum of RGB (Red+Green+Blue) = 173+57+153=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3999 is #52C666. Grayscale: #666666. Windows color (decimal): -5424743 or 10041773. OLE color: 10041773.

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

Color convert

RGB17357153-
CMYK00.670.120.32
HSL310.34º50.43%45.1%-
HSV(B)310.34º67.05%67.84%-
XYZ24.4514.1131.57-
YUV102.63156.43178.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 57 (22.66% from 255) = 14.88%
BLUE value IS 153 (60.16% from 255) = 39.95%
R=45.17%
G=14.88%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735715300.670.120.32310.3450.4345.1
HexAD3999043C20136322d
Octal25571231010314404666255
Binary1010110111100110011001010000111100100000100110110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3999; }

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

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

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

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

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

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

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

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