#AD358C

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

Shades of Medium Red Violet #AD358C

Tints of Medium Red Violet #AD358C

Color information

#AD358C (or 0xAD358C) is unknown color: approx Medium Red Violet. HEX triplet: AD, 35 and 8C. RGB value is (173,53,140). Sum of RGB (Red+Green+Blue) = 173+53+140=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD358C is #52CA73. Grayscale: #626262. Windows color (decimal): -5425780 or 9188781. OLE color: 9188781.

HSL color Cylindrical-coordinate representation of color #AD358C: hue angle of 316.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 #AD358C is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB17353140-
CMYK00.690.190.32
HSL316.5º53.1%44.31%-
HSV(B)316.5º69.36%67.84%-
XYZ23.2413.3226.16-
YUV98.8151.26180.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 53 (21.09% from 255) = 14.48%
BLUE value IS 140 (55.08% from 255) = 38.25%
R=47.27%
G=14.48%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735314000.690.190.32316.553.144.31
HexAD358C045132013c352c
Octal25565214010523404746554
Binary10101101110101100011000100010110011100000100111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD358C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD358C; }

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

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

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

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

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

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

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

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