#A93C85

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

Shades of Medium Red Violet #A93C85

Tints of Medium Red Violet #A93C85

Color information

#A93C85 (or 0xA93C85) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3C and 85. RGB value is (169,60,133). Sum of RGB (Red+Green+Blue) = 169+60+133=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93C85 is #56C37A. Grayscale: #646464. Windows color (decimal): -5686139 or 8731817. OLE color: 8731817.

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

Color convert

RGB16960133-
CMYK00.640.210.34
HSL319.82º47.6%44.9%-
HSV(B)319.82º64.5%66.27%-
XYZ22.2113.3623.6-
YUV100.91146.11176.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.69%
GREEN value IS 60 (23.83% from 255) = 16.57%
BLUE value IS 133 (52.34% from 255) = 36.74%
R=46.69%
G=16.57%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696013300.640.210.34319.8247.644.9
HexA93C850401522140302d
Octal25174205010025425006055
Binary10101001111100100001010100000010101100010101000000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93C85; }

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

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

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

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

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

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

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

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