#AD329D

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

Shades of Medium Red Violet #AD329D

Tints of Medium Red Violet #AD329D

Color information

#AD329D (or 0xAD329D) is unknown color: approx Medium Red Violet. HEX triplet: AD, 32 and 9D. RGB value is (173,50,157). Sum of RGB (Red+Green+Blue) = 173+50+157=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD329D is #52CD62. Grayscale: #626262. Windows color (decimal): -5426531 or 10302125. OLE color: 10302125.

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

Color convert

RGB17350157-
CMYK00.710.090.32
HSL307.8º55.16%43.73%-
HSV(B)307.8º71.1%67.84%-
XYZ24.4613.633.23-
YUV98.98160.75180.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 50 (19.92% from 255) = 13.16%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=45.53%
G=13.16%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735015700.710.090.32307.855.1643.73
HexAD329D047920134372c
Octal25562235010711404646754
Binary1010110111001010011101010001111001100000100110100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD329D; }

 p { color: rgb(173,50,157); }

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

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

 a { background-color: rgb(173,50,157); }

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

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

 span { border-color: rgb(173,50,157); }

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