#AD0485

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

Shades of Medium Violet Red #AD0485

Tints of Medium Violet Red #AD0485

Color information

#AD0485 (or 0xAD0485) is unknown color: approx Medium Violet Red. HEX triplet: AD, 04 and 85. RGB value is (173,4,133). Sum of RGB (Red+Green+Blue) = 173+4+133=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0485 is #52FB7A. Grayscale: #444444. Windows color (decimal): -5438331 or 8717485. OLE color: 8717485.

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

Color convert

RGB1734133-
CMYK00.980.230.32
HSL314.2º95.48%34.71%-
HSV(B)314.2º97.69%67.84%-
XYZ21.5110.6623.12-
YUV69.24163.99202.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.81%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=55.81%
G=1.29%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173413300.980.230.32314.295.4834.71
HexAD485062172013a5f23
Octal25542050142274047213743
Binary101011011001000010101100010101111000001001110101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0485; }

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

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

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

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

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

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

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

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