#A93D96

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

Shades of Medium Red Violet #A93D96

Tints of Medium Red Violet #A93D96

Color information

#A93D96 (or 0xA93D96) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3D and 96. RGB value is (169,61,150). Sum of RGB (Red+Green+Blue) = 169+61+150=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93D96 is #56C269. Grayscale: #676767. Windows color (decimal): -5685866 or 9846185. OLE color: 9846185.

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

Color convert

RGB16961150-
CMYK00.640.110.34
HSL310.56º46.96%45.1%-
HSV(B)310.56º63.91%66.27%-
XYZ23.5413.9730.31-
YUV103.44154.28174.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.47%
GREEN value IS 61 (24.22% from 255) = 16.05%
BLUE value IS 150 (58.98% from 255) = 39.47%
R=44.47%
G=16.05%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696115000.640.110.34310.5646.9645.1
HexA93D96040B221372f2d
Octal25175226010013424675755
Binary1010100111110110010110010000001011100010100110111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93D96; }

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

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

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

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

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

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

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

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