#AD4382

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

Shades of Medium Red Violet #AD4382

Tints of Medium Red Violet #AD4382

Color information

#AD4382 (or 0xAD4382) is unknown color: approx Medium Red Violet. HEX triplet: AD, 43 and 82. RGB value is (173,67,130). Sum of RGB (Red+Green+Blue) = 173+67+130=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4382 is #52BC7D. Grayscale: #696969. Windows color (decimal): -5422206 or 8537005. OLE color: 8537005.

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

Color convert

RGB17367130-
CMYK00.610.250.32
HSL324.34º44.17%47.06%-
HSV(B)324.34º61.27%67.84%-
XYZ23.2714.5122.69-
YUV105.88141.62175.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 67 (26.56% from 255) = 18.11%
BLUE value IS 130 (51.17% from 255) = 35.14%
R=46.76%
G=18.11%
B=35.14%

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
Decimal1736713000.610.250.32324.3444.1747.06
HexAD438203D19201442c2f
Octal25510320207531405045457
Binary10101101100001110000010011110111001100000101000100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4382; }

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

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

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

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

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

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

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

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