#AD328E

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

Shades of Medium Red Violet #AD328E

Tints of Medium Red Violet #AD328E

Color information

#AD328E (or 0xAD328E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 32 and 8E. RGB value is (173,50,142). Sum of RGB (Red+Green+Blue) = 173+50+142=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD328E is #52CD71. Grayscale: #616161. Windows color (decimal): -5426546 or 9319085. OLE color: 9319085.

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

Color convert

RGB17350142-
CMYK00.710.180.32
HSL315.12º55.16%43.73%-
HSV(B)315.12º71.1%67.84%-
XYZ23.2613.1226.9-
YUV97.26153.25182.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 50 (19.92% from 255) = 13.70%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=47.40%
G=13.70%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735014200.710.180.32315.1255.1643.73
HexAD328E047122013b372c
Octal25562216010722404736754
Binary10101101110010100011100100011110010100000100111011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD328E; }

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

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

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

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

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

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

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

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