#A90D87

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

Shades of Medium Violet Red #A90D87

Tints of Medium Violet Red #A90D87

Color information

#A90D87 (or 0xA90D87) is unknown color: approx Medium Violet Red. HEX triplet: A9, 0D and 87. RGB value is (169,13,135). Sum of RGB (Red+Green+Blue) = 169+13+135=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A90D87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90D87 is #56F278. Grayscale: #494949. Windows color (decimal): -5698169 or 8850857. OLE color: 8850857.

HSL color Cylindrical-coordinate representation of color #A90D87: hue angle of 313.08º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A90D87 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB16913135-
CMYK00.920.200.34
HSL313.08º85.71%35.69%-
HSV(B)313.08º92.31%66.27%-
XYZ20.8810.4723.84-
YUV73.55162.68196.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.31%
GREEN value IS 13 (5.47% from 255) = 4.10%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=53.31%
G=4.10%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691313500.920.200.34313.0885.7135.69
HexA9D8705C14221395624
Octal251152070134244247112644
Binary1010100111011000011101011100101001000101001110011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90D87; }

 p { color: rgb(169,13,135); }

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

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

 a { background-color: rgb(169,13,135); }

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

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

 span { border-color: rgb(169,13,135); }

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