#AD1977

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

Shades of Medium Violet Red #AD1977

Tints of Medium Violet Red #AD1977

Color information

#AD1977 (or 0xAD1977) is unknown color: approx Medium Violet Red. HEX triplet: AD, 19 and 77. RGB value is (173,25,119). Sum of RGB (Red+Green+Blue) = 173+25+119=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1977 is #52E688. Grayscale: #4F4F4F. Windows color (decimal): -5432969 or 7805357. OLE color: 7805357.

HSL color Cylindrical-coordinate representation of color #AD1977: hue angle of 321.89º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1977 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB17325119-
CMYK00.860.310.32
HSL321.89º74.75%38.82%-
HSV(B)321.89º85.55%67.84%-
XYZ20.9110.9118.46-
YUV79.97150.03194.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.57%
GREEN value IS 25 (10.16% from 255) = 7.89%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=54.57%
G=7.89%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732511900.860.310.32321.8974.7538.82
HexAD19770561F201424b27
Octal255311670126374050211347
Binary1010110111001111011101010110111111000001010000101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1977; }

 p { color: rgb(173,25,119); }

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

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

 a { background-color: rgb(173,25,119); }

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

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

 span { border-color: rgb(173,25,119); }

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