#A93C78

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

Shades of Medium Red Violet #A93C78

Tints of Medium Red Violet #A93C78

Color information

#A93C78 (or 0xA93C78) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3C and 78. RGB value is (169,60,120). Sum of RGB (Red+Green+Blue) = 169+60+120=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93C78 is #56C387. Grayscale: #636363. Windows color (decimal): -5686152 or 7879849. OLE color: 7879849.

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

Color convert

RGB16960120-
CMYK00.640.290.34
HSL326.97º47.6%44.9%-
HSV(B)326.97º64.5%66.27%-
XYZ21.3713.0219.16-
YUV99.43139.61177.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 60 (23.83% from 255) = 17.19%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=48.42%
G=17.19%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696012000.640.290.34326.9747.644.9
HexA93C780401D22147302d
Octal25174170010035425076055
Binary1010100111110011110000100000011101100010101000111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93C78; }

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

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

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

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

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

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

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

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