#A93D99

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

Shades of Medium Red Violet #A93D99

Tints of Medium Red Violet #A93D99

Color information

#A93D99 (or 0xA93D99) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3D and 99. RGB value is (169,61,153). Sum of RGB (Red+Green+Blue) = 169+61+153=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93D99 is #56C266. Grayscale: #676767. Windows color (decimal): -5685863 or 10042793. OLE color: 10042793.

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

Color convert

RGB16961153-
CMYK00.640.090.34
HSL308.89º46.96%45.1%-
HSV(B)308.89º63.91%66.27%-
XYZ23.7814.0731.6-
YUV103.78155.78174.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 61 (24.22% from 255) = 15.93%
BLUE value IS 153 (60.16% from 255) = 39.95%
R=44.13%
G=15.93%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696115300.640.090.34308.8946.9645.1
HexA93D990409221352f2d
Octal25175231010011424655755
Binary1010100111110110011001010000001001100010100110101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93D99; }

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

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

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

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

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

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

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

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