#A93C8D

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

Shades of Medium Red Violet #A93C8D

Tints of Medium Red Violet #A93C8D

Color information

#A93C8D (or 0xA93C8D) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3C and 8D. RGB value is (169,60,141). Sum of RGB (Red+Green+Blue) = 169+60+141=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93C8D is #56C372. Grayscale: #656565. Windows color (decimal): -5686131 or 9256105. OLE color: 9256105.

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

Color convert

RGB16960141-
CMYK00.640.170.34
HSL315.41º47.6%44.9%-
HSV(B)315.41º64.5%66.27%-
XYZ22.7913.5926.62-
YUV101.82150.11175.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 60 (23.83% from 255) = 16.22%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=45.68%
G=16.22%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696014100.640.170.34315.4147.644.9
HexA93C8D040112213b302d
Octal25174215010021424736055
Binary10101001111100100011010100000010001100010100111011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93C8D; }

 p { color: rgb(169,60,141); }

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

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

 a { background-color: rgb(169,60,141); }

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

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

 span { border-color: rgb(169,60,141); }

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