#AD349D

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

Shades of Medium Red Violet #AD349D

Tints of Medium Red Violet #AD349D

Color information

#AD349D (or 0xAD349D) is unknown color: approx Medium Red Violet. HEX triplet: AD, 34 and 9D. RGB value is (173,52,157). Sum of RGB (Red+Green+Blue) = 173+52+157=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD349D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD349D is #52CB62. Grayscale: #636363. Windows color (decimal): -5426019 or 10302637. OLE color: 10302637.

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

Color convert

RGB17352157-
CMYK00.700.090.32
HSL307.93º53.78%44.12%-
HSV(B)307.93º69.94%67.84%-
XYZ24.5513.7733.26-
YUV100.15160.09179.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 52 (20.70% from 255) = 13.61%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=45.29%
G=13.61%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735215700.700.090.32307.9353.7844.12
HexAD349D046920134362c
Octal25564235010611404646654
Binary1010110111010010011101010001101001100000100110100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD349D; }

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

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

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

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

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

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

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

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