#a94087

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

Shades of Medium Red Violet #A94087

Tints of Medium Red Violet #A94087

Color information

#A94087 (or 0xA94087) is unknown color: approx Medium Red Violet. HEX triplet: A9, 40 and 87. RGB value is (169,64,135). Sum of RGB (Red+Green+Blue) = 169+64+135=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A94087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94087 is #56BF78. Grayscale: #676767. Windows color (decimal): -5685113 or 8863913. OLE color: 8863913.

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

Color convert

RGB16964135-
CMYK00.620.200.34
HSL319.43º45.06%45.69%-
HSV(B)319.43º62.13%66.27%-
XYZ22.5713.8524.41-
YUV103.49145.79174.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.92%
GREEN value IS 64 (25.39% from 255) = 17.39%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=45.92%
G=17.39%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696413500.620.200.34319.4345.0645.69
HexA9408703E142213f2d2e
Octal25110020707624424775556
Binary10101001100000010000111011111010100100010100111111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a94087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a94087; }

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

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

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

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

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

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

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

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