#A93A96

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

Shades of Medium Red Violet #A93A96

Tints of Medium Red Violet #A93A96

Color information

#A93A96 (or 0xA93A96) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3A and 96. RGB value is (169,58,150). Sum of RGB (Red+Green+Blue) = 169+58+150=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93A96 is #56C569. Grayscale: #656565. Windows color (decimal): -5686634 or 9845417. OLE color: 9845417.

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

Color convert

RGB16958150-
CMYK00.660.110.34
HSL310.27º48.9%44.51%-
HSV(B)310.27º65.68%66.27%-
XYZ23.3813.6630.26-
YUV101.68155.27176.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.83%
GREEN value IS 58 (23.05% from 255) = 15.38%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=44.83%
G=15.38%
B=39.79%

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
Decimal1695815000.660.110.34310.2748.944.51
HexA93A96042B22136312d
Octal25172226010213424666155
Binary1010100111101010010110010000101011100010100110110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A96; }

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

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

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

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

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

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

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

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