#a90785

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

Shades of Medium Violet Red #A90785

Tints of Medium Violet Red #A90785

Color information

#A90785 (or 0xA90785) is unknown color: approx Medium Violet Red. HEX triplet: A9, 07 and 85. RGB value is (169,7,133). Sum of RGB (Red+Green+Blue) = 169+7+133=309 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.69% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 169 - color contains mainly: red. Hex color #A90785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90785 is #56F87A. Grayscale: #454545. Windows color (decimal): -5699707 or 8718249. OLE color: 8718249.

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

Color convert

RGB1697133-
CMYK00.960.210.34
HSL313.33º92.05%34.51%-
HSV(B)313.33º95.86%66.27%-
XYZ20.6710.2823.09-
YUV69.8163.67198.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.69%
GREEN value IS 7 (3.12% from 255) = 2.27%
BLUE value IS 133 (52.34% from 255) = 43.04%
R=54.69%
G=2.27%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169713300.960.210.34313.3392.0534.51
HexA978506015221395c23
Octal25172050140254247113443
Binary101010011111000010101100000101011000101001110011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a90785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a90785; }

 p { color: rgb(169,7,133); }

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

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

 a { background-color: rgb(169,7,133); }

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

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

 span { border-color: rgb(169,7,133); }

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