#AD2981

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

Shades of Medium Red Violet #AD2981

Tints of Medium Red Violet #AD2981

Color information

#AD2981 (or 0xAD2981) is unknown color: approx Medium Red Violet. HEX triplet: AD, 29 and 81. RGB value is (173,41,129). Sum of RGB (Red+Green+Blue) = 173+41+129=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2981 is #52D67E. Grayscale: #5A5A5A. Windows color (decimal): -5428863 or 8464813. OLE color: 8464813.

HSL color Cylindrical-coordinate representation of color #AD2981: hue angle of 320º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2981 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB17341129-
CMYK00.760.250.32
HSL320º61.68%41.96%-
HSV(B)320º76.3%67.84%-
XYZ21.9912.0621.94-
YUV90.5149.73186.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.44%
GREEN value IS 41 (16.41% from 255) = 11.95%
BLUE value IS 129 (50.78% from 255) = 37.61%
R=50.44%
G=11.95%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734112900.760.250.3232061.6841.96
HexAD298104C19201403e2a
Octal25551201011431405007652
Binary10101101101001100000010100110011001100000101000000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2981; }

 p { color: rgb(173,41,129); }

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

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

 a { background-color: rgb(173,41,129); }

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

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

 span { border-color: rgb(173,41,129); }

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