#AD3174

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

Shades of Medium Red Violet #AD3174

Tints of Medium Red Violet #AD3174

Color information

#AD3174 (or 0xAD3174) is unknown color: approx Medium Red Violet. HEX triplet: AD, 31 and 74. RGB value is (173,49,116). Sum of RGB (Red+Green+Blue) = 173+49+116=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3174 is #52CE8B. Grayscale: #5D5D5D. Windows color (decimal): -5426828 or 7614893. OLE color: 7614893.

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

Color convert

RGB17349116-
CMYK00.720.330.32
HSL327.58º55.86%43.53%-
HSV(B)327.58º71.68%67.84%-
XYZ21.4812.3417.77-
YUV93.71140.58184.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.18%
GREEN value IS 49 (19.53% from 255) = 14.50%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=51.18%
G=14.50%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734911600.720.330.32327.5855.8643.53
HexAD31740482120148382c
Octal25561164011041405107054
Binary10101101110001111010001001000100001100000101001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3174; }

 p { color: rgb(173,49,116); }

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

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

 a { background-color: rgb(173,49,116); }

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

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

 span { border-color: rgb(173,49,116); }

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