#AD3574

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

Shades of Medium Red Violet #AD3574

Tints of Medium Red Violet #AD3574

Color information

#AD3574 (or 0xAD3574) is unknown color: approx Medium Red Violet. HEX triplet: AD, 35 and 74. RGB value is (173,53,116). Sum of RGB (Red+Green+Blue) = 173+53+116=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3574 is #52CA8B. Grayscale: #5F5F5F. Windows color (decimal): -5425804 or 7615917. OLE color: 7615917.

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

Color convert

RGB17353116-
CMYK00.690.330.32
HSL328.5º53.1%44.31%-
HSV(B)328.5º69.36%67.84%-
XYZ21.6612.6917.83-
YUV96.06139.26182.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.58%
GREEN value IS 53 (21.09% from 255) = 15.50%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=50.58%
G=15.50%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735311600.690.330.32328.553.144.31
HexAD35740452120148352c
Octal25565164010541405106554
Binary10101101110101111010001000101100001100000101001000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3574; }

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

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

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

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

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

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

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

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