#AD337D

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

Shades of Medium Red Violet #AD337D

Tints of Medium Red Violet #AD337D

Color information

#AD337D (or 0xAD337D) is unknown color: approx Medium Red Violet. HEX triplet: AD, 33 and 7D. RGB value is (173,51,125). Sum of RGB (Red+Green+Blue) = 173+51+125=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD337D is #52CC82. Grayscale: #5F5F5F. Windows color (decimal): -5426307 or 8205229. OLE color: 8205229.

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

Color convert

RGB17351125-
CMYK00.710.280.32
HSL323.61º54.46%43.92%-
HSV(B)323.61º70.52%67.84%-
XYZ22.1212.7320.69-
YUV95.91144.42182.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.57%
GREEN value IS 51 (20.31% from 255) = 14.61%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=49.57%
G=14.61%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735112500.710.280.32323.6154.4643.92
HexAD337D0471C20144362c
Octal25563175010734405046654
Binary1010110111001111111010100011111100100000101000100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD337D; }

 p { color: rgb(173,51,125); }

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

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

 a { background-color: rgb(173,51,125); }

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

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

 span { border-color: rgb(173,51,125); }

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