#AD0584

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

Shades of Medium Violet Red #AD0584

Tints of Medium Violet Red #AD0584

Color information

#AD0584 (or 0xAD0584) is unknown color: approx Medium Violet Red. HEX triplet: AD, 05 and 84. RGB value is (173,5,132). Sum of RGB (Red+Green+Blue) = 173+5+132=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0584 is #52FA7B. Grayscale: #454545. Windows color (decimal): -5438076 or 8652205. OLE color: 8652205.

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

Color convert

RGB1735132-
CMYK00.970.240.32
HSL314.64º94.38%34.9%-
HSV(B)314.64º97.11%67.84%-
XYZ21.4510.6622.76-
YUV69.71163.16201.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.81%
GREEN value IS 5 (2.34% from 255) = 1.61%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=55.81%
G=1.61%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173513200.970.240.32314.6494.3834.9
HexAD584061182013b5e23
Octal25552040141304047313643
Binary101011011011000010001100001110001000001001110111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0584; }

 p { color: rgb(173,5,132); }

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

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

 a { background-color: rgb(173,5,132); }

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

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

 span { border-color: rgb(173,5,132); }

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