#AD1399

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

Shades of Medium Violet Red #AD1399

Tints of Medium Violet Red #AD1399

Color information

#AD1399 (or 0xAD1399) is unknown color: approx Medium Violet Red. HEX triplet: AD, 13 and 99. RGB value is (173,19,153). Sum of RGB (Red+Green+Blue) = 173+19+153=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1399 is #52EC66. Grayscale: #4F4F4F. Windows color (decimal): -5434471 or 10032045. OLE color: 10032045.

HSL color Cylindrical-coordinate representation of color #AD1399: hue angle of 307.79º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1399 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB17319153-
CMYK00.890.120.32
HSL307.79º80.21%37.65%-
HSV(B)307.79º89.02%67.84%-
XYZ23.2211.6531.16-
YUV80.32169.02194.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.14%
GREEN value IS 19 (7.81% from 255) = 5.51%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=50.14%
G=5.51%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731915300.890.120.32307.7980.2137.65
HexAD1399059C201345026
Octal255232310131144046412046
Binary1010110110011100110010101100111001000001001101001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1399; }

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

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

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

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

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

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

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

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