#A94A87

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

Shades of Medium Red Violet #A94A87

Tints of Medium Red Violet #A94A87

Color information

#A94A87 (or 0xA94A87) is unknown color: approx Medium Red Violet. HEX triplet: A9, 4A and 87. RGB value is (169,74,135). Sum of RGB (Red+Green+Blue) = 169+74+135=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94A87 is #56B578. Grayscale: #6D6D6D. Windows color (decimal): -5682553 or 8866473. OLE color: 8866473.

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

Color convert

RGB16974135-
CMYK00.560.200.34
HSL321.47º39.09%47.65%-
HSV(B)321.47º56.21%66.27%-
XYZ23.1815.0824.61-
YUV109.36142.47170.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 74 (29.30% from 255) = 19.58%
BLUE value IS 135 (53.12% from 255) = 35.71%
R=44.71%
G=19.58%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697413500.560.200.34321.4739.0947.65
HexA94A8703814221412730
Octal25111220707024425014760
Binary10101001100101010000111011100010100100010101000001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A87; }

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

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

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

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

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

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

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

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