#A93A8E

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

Shades of Medium Red Violet #A93A8E

Tints of Medium Red Violet #A93A8E

Color information

#A93A8E (or 0xA93A8E) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3A and 8E. RGB value is (169,58,142). Sum of RGB (Red+Green+Blue) = 169+58+142=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93A8E is #56C571. Grayscale: #646464. Windows color (decimal): -5686642 or 9321129. OLE color: 9321129.

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

Color convert

RGB16958142-
CMYK00.660.160.34
HSL314.59º48.9%44.51%-
HSV(B)314.59º65.68%66.27%-
XYZ22.7613.4126.98-
YUV100.76151.27176.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 58 (23.05% from 255) = 15.72%
BLUE value IS 142 (55.86% from 255) = 38.48%
R=45.80%
G=15.72%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695814200.660.160.34314.5948.944.51
HexA93A8E042102213b312d
Octal25172216010220424736155
Binary10101001111010100011100100001010000100010100111011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A8E; }

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

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

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

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

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

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

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

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