#AD317A

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

Shades of Medium Red Violet #AD317A

Tints of Medium Red Violet #AD317A

Color information

#AD317A (or 0xAD317A) is unknown color: approx Medium Red Violet. HEX triplet: AD, 31 and 7A. RGB value is (173,49,122). Sum of RGB (Red+Green+Blue) = 173+49+122=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD317A is #52CE85. Grayscale: #5E5E5E. Windows color (decimal): -5426822 or 8008109. OLE color: 8008109.

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

Color convert

RGB17349122-
CMYK00.720.290.32
HSL324.68º55.86%43.53%-
HSV(B)324.68º71.68%67.84%-
XYZ21.8412.4919.67-
YUV94.4143.58184.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.29%
GREEN value IS 49 (19.53% from 255) = 14.24%
BLUE value IS 122 (48.05% from 255) = 35.47%
R=50.29%
G=14.24%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734912200.720.290.32324.6855.8643.53
HexAD317A0481D20145382c
Octal25561172011035405057054
Binary1010110111000111110100100100011101100000101000101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD317A; }

 p { color: rgb(173,49,122); }

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

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

 a { background-color: rgb(173,49,122); }

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

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

 span { border-color: rgb(173,49,122); }

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