#A93A83

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

Shades of Medium Red Violet #A93A83

Tints of Medium Red Violet #A93A83

Color information

#A93A83 (or 0xA93A83) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3A and 83. RGB value is (169,58,131). Sum of RGB (Red+Green+Blue) = 169+58+131=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93A83 is #56C57C. Grayscale: #636363. Windows color (decimal): -5686653 or 8600233. OLE color: 8600233.

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

Color convert

RGB16958131-
CMYK00.660.220.34
HSL320.54º48.9%44.51%-
HSV(B)320.54º65.68%66.27%-
XYZ21.9713.122.84-
YUV99.51145.77177.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.21%
GREEN value IS 58 (23.05% from 255) = 16.20%
BLUE value IS 131 (51.56% from 255) = 36.59%
R=47.21%
G=16.20%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695813100.660.220.34320.5448.944.51
HexA93A830421622141312d
Octal25172203010226425016155
Binary10101001111010100000110100001010110100010101000001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A83; }

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

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

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

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

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

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

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

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