#A93E99

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

Shades of Medium Red Violet #A93E99

Tints of Medium Red Violet #A93E99

Color information

#A93E99 (or 0xA93E99) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3E and 99. RGB value is (169,62,153). Sum of RGB (Red+Green+Blue) = 169+62+153=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93E99 is #56C166. Grayscale: #686868. Windows color (decimal): -5685607 or 10043049. OLE color: 10043049.

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

Color convert

RGB16962153-
CMYK00.630.090.34
HSL308.97º46.32%45.29%-
HSV(B)308.97º63.31%66.27%-
XYZ23.8314.1831.62-
YUV104.37155.45174.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 62 (24.61% from 255) = 16.15%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=44.01%
G=16.15%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696215300.630.090.34308.9746.3245.29
HexA93E9903F9221352e2d
Octal2517623107711424655655
Binary101010011111101001100101111111001100010100110101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93E99; }

 p { color: rgb(169,62,153); }

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

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

 a { background-color: rgb(169,62,153); }

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

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

 span { border-color: rgb(169,62,153); }

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