#AD4482

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

Shades of Medium Red Violet #AD4482

Tints of Medium Red Violet #AD4482

Color information

#AD4482 (or 0xAD4482) is unknown color: approx Medium Red Violet. HEX triplet: AD, 44 and 82. RGB value is (173,68,130). Sum of RGB (Red+Green+Blue) = 173+68+130=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4482 is #52BB7D. Grayscale: #6A6A6A. Windows color (decimal): -5421950 or 8537261. OLE color: 8537261.

HSL color Cylindrical-coordinate representation of color #AD4482: hue angle of 324.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4482 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB17368130-
CMYK00.610.250.32
HSL324.57º43.57%47.25%-
HSV(B)324.57º60.69%67.84%-
XYZ23.3314.6322.71-
YUV106.46141.29175.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 68 (26.95% from 255) = 18.33%
BLUE value IS 130 (51.17% from 255) = 35.04%
R=46.63%
G=18.33%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736813000.610.250.32324.5743.5747.25
HexAD448203D19201452c2f
Octal25510420207531405055457
Binary10101101100010010000010011110111001100000101000101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4482; }

 p { color: rgb(173,68,130); }

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

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

 a { background-color: rgb(173,68,130); }

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

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

 span { border-color: rgb(173,68,130); }

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