#AD1185

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

Shades of Medium Violet Red #AD1185

Tints of Medium Violet Red #AD1185

Color information

#AD1185 (or 0xAD1185) is unknown color: approx Medium Violet Red. HEX triplet: AD, 11 and 85. RGB value is (173,17,133). Sum of RGB (Red+Green+Blue) = 173+17+133=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1185 is #52EE7A. Grayscale: #4C4C4C. Windows color (decimal): -5435003 or 8720813. OLE color: 8720813.

HSL color Cylindrical-coordinate representation of color #AD1185: hue angle of 315.38º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1185 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB17317133-
CMYK00.900.230.32
HSL315.38º82.11%37.25%-
HSV(B)315.38º90.17%67.84%-
XYZ21.6710.9823.17-
YUV76.87159.68196.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.56%
GREEN value IS 17 (7.03% from 255) = 5.26%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=53.56%
G=5.26%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731713300.900.230.32315.3882.1137.25
HexAD118505A172013b5225
Octal255212050132274047312245
Binary10101101100011000010101011010101111000001001110111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1185; }

 p { color: rgb(173,17,133); }

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

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

 a { background-color: rgb(173,17,133); }

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

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

 span { border-color: rgb(173,17,133); }

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