#A94A8E

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

Shades of Medium Red Violet #A94A8E

Tints of Medium Red Violet #A94A8E

Color information

#A94A8E (or 0xA94A8E) is unknown color: approx Medium Red Violet. HEX triplet: A9, 4A and 8E. RGB value is (169,74,142). Sum of RGB (Red+Green+Blue) = 169+74+142=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94A8E is #56B571. Grayscale: #6D6D6D. Windows color (decimal): -5682546 or 9325225. OLE color: 9325225.

HSL color Cylindrical-coordinate representation of color #A94A8E: hue angle of 317.05º 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 #A94A8E is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB16974142-
CMYK00.560.160.34
HSL317.05º39.09%47.65%-
HSV(B)317.05º56.21%66.27%-
XYZ23.6915.2927.29-
YUV110.16145.97169.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 74 (29.30% from 255) = 19.22%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=43.90%
G=19.22%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697414200.560.160.34317.0539.0947.65
HexA94A8E038102213d2730
Octal25111221607020424754760
Binary10101001100101010001110011100010000100010100111101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A8E; }

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

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

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

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

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

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

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

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