#AD1485

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

Shades of Medium Violet Red #AD1485

Tints of Medium Violet Red #AD1485

Color information

#AD1485 (or 0xAD1485) is unknown color: approx Medium Violet Red. HEX triplet: AD, 14 and 85. RGB value is (173,20,133). Sum of RGB (Red+Green+Blue) = 173+20+133=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1485 is #52EB7A. Grayscale: #4E4E4E. Windows color (decimal): -5434235 or 8721581. OLE color: 8721581.

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

Color convert

RGB17320133-
CMYK00.880.230.32
HSL315.69º79.27%37.84%-
HSV(B)315.69º88.44%67.84%-
XYZ21.7211.0823.18-
YUV78.63158.69195.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.07%
GREEN value IS 20 (8.20% from 255) = 6.13%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=53.07%
G=6.13%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732013300.880.230.32315.6979.2737.84
HexAD1485058172013c4f26
Octal255242050130274047411746
Binary10101101101001000010101011000101111000001001111001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1485; }

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

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

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

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

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

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

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

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