#A93B99

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

Shades of Medium Red Violet #A93B99

Tints of Medium Red Violet #A93B99

Color information

#A93B99 (or 0xA93B99) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3B and 99. RGB value is (169,59,153). Sum of RGB (Red+Green+Blue) = 169+59+153=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93B99 is #56C466. Grayscale: #666666. Windows color (decimal): -5686375 or 10042281. OLE color: 10042281.

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

Color convert

RGB16959153-
CMYK00.650.090.34
HSL308.73º48.25%44.71%-
HSV(B)308.73º65.09%66.27%-
XYZ23.6813.8631.56-
YUV102.61156.44175.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.36%
GREEN value IS 59 (23.44% from 255) = 15.49%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=44.36%
G=15.49%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695915300.650.090.34308.7348.2544.71
HexA93B99041922135302d
Octal25173231010111424656055
Binary1010100111101110011001010000011001100010100110101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93B99; }

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

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

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

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

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

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

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

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