#A94091

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

Shades of Medium Red Violet #A94091

Tints of Medium Red Violet #A94091

Color information

#A94091 (or 0xA94091) is unknown color: approx Medium Red Violet. HEX triplet: A9, 40 and 91. RGB value is (169,64,145). Sum of RGB (Red+Green+Blue) = 169+64+145=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A94091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94091 is #56BF6E. Grayscale: #686868. Windows color (decimal): -5685103 or 9519273. OLE color: 9519273.

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

Color convert

RGB16964145-
CMYK00.620.140.34
HSL313.71º45.06%45.69%-
HSV(B)313.71º62.13%66.27%-
XYZ23.3114.1528.29-
YUV104.63150.79173.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 64 (25.39% from 255) = 16.93%
BLUE value IS 145 (57.03% from 255) = 38.36%
R=44.71%
G=16.93%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696414500.620.140.34313.7145.0645.69
HexA9409103EE2213a2d2e
Octal25110022107616424725556
Binary1010100110000001001000101111101110100010100111010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94091; }

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

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

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

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

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

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

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

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