#AD0484

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

Shades of Medium Violet Red #AD0484

Tints of Medium Violet Red #AD0484

Color information

#AD0484 (or 0xAD0484) is unknown color: approx Medium Violet Red. HEX triplet: AD, 04 and 84. RGB value is (173,4,132). Sum of RGB (Red+Green+Blue) = 173+4+132=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0484 is #52FB7B. Grayscale: #444444. Windows color (decimal): -5438332 or 8651949. OLE color: 8651949.

HSL color Cylindrical-coordinate representation of color #AD0484: hue angle of 314.56º 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 #AD0484 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB1734132-
CMYK00.980.240.32
HSL314.56º95.48%34.71%-
HSV(B)314.56º97.69%67.84%-
XYZ21.4410.6422.75-
YUV69.12163.49202.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.99%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=55.99%
G=1.29%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173413200.980.240.32314.5695.4834.71
HexAD484062182013b5f23
Octal25542040142304047313743
Binary101011011001000010001100010110001000001001110111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0484; }

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

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

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

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

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

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

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

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