#A93A8A

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

Shades of Medium Red Violet #A93A8A

Tints of Medium Red Violet #A93A8A

Color information

#A93A8A (or 0xA93A8A) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3A and 8A. RGB value is (169,58,138). Sum of RGB (Red+Green+Blue) = 169+58+138=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93A8A is #56C575. Grayscale: #646464. Windows color (decimal): -5686646 or 9058985. OLE color: 9058985.

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

Color convert

RGB16958138-
CMYK00.660.180.34
HSL316.76º48.9%44.51%-
HSV(B)316.76º65.68%66.27%-
XYZ22.4613.325.43-
YUV100.31149.27177-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 58 (23.05% from 255) = 15.89%
BLUE value IS 138 (54.30% from 255) = 37.81%
R=46.30%
G=15.89%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695813800.660.180.34316.7648.944.51
HexA93A8A042122213d312d
Octal25172212010222424756155
Binary10101001111010100010100100001010010100010100111101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A8A; }

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

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

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

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

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

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

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

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