#A93A97

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

Shades of Medium Red Violet #A93A97

Tints of Medium Red Violet #A93A97

Color information

#A93A97 (or 0xA93A97) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3A and 97. RGB value is (169,58,151). Sum of RGB (Red+Green+Blue) = 169+58+151=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93A97 is #56C568. Grayscale: #656565. Windows color (decimal): -5686633 or 9910953. OLE color: 9910953.

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

Color convert

RGB16958151-
CMYK00.660.110.34
HSL309.73º48.9%44.51%-
HSV(B)309.73º65.68%66.27%-
XYZ23.4613.730.69-
YUV101.79155.77175.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 58 (23.05% from 255) = 15.34%
BLUE value IS 151 (59.38% from 255) = 39.95%
R=44.71%
G=15.34%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695815100.660.110.34309.7348.944.51
HexA93A97042B22136312d
Octal25172227010213424666155
Binary1010100111101010010111010000101011100010100110110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A97; }

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

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

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

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

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

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

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

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