#AD357E

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

Shades of Medium Red Violet #AD357E

Tints of Medium Red Violet #AD357E

Color information

#AD357E (or 0xAD357E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 35 and 7E. RGB value is (173,53,126). Sum of RGB (Red+Green+Blue) = 173+53+126=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD357E is #52CA81. Grayscale: #616161. Windows color (decimal): -5425794 or 8271277. OLE color: 8271277.

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

Color convert

RGB17353126-
CMYK00.690.270.32
HSL323.5º53.1%44.31%-
HSV(B)323.5º69.36%67.84%-
XYZ22.2712.9421.06-
YUV97.2144.26182.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.15%
GREEN value IS 53 (21.09% from 255) = 15.06%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=49.15%
G=15.06%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735312600.690.270.32323.553.144.31
HexAD357E0451B20144352c
Octal25565176010533405046554
Binary1010110111010111111100100010111011100000101000100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD357E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD357E; }

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

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

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

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

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

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

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

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