#A93A7A

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

Shades of Medium Red Violet #A93A7A

Tints of Medium Red Violet #A93A7A

Color information

#A93A7A (or 0xA93A7A) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3A and 7A. RGB value is (169,58,122). Sum of RGB (Red+Green+Blue) = 169+58+122=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93A7A is #56C585. Grayscale: #626262. Windows color (decimal): -5686662 or 8010409. OLE color: 8010409.

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

Color convert

RGB16958122-
CMYK00.660.280.34
HSL325.41º48.9%44.51%-
HSV(B)325.41º65.68%66.27%-
XYZ21.3912.8719.77-
YUV98.48141.27178.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 58 (23.05% from 255) = 16.62%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=48.42%
G=16.62%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695812200.660.280.34325.4148.944.51
HexA93A7A0421C22145312d
Octal25172172010234425056155
Binary1010100111101011110100100001011100100010101000101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A7A; }

 p { color: rgb(169,58,122); }

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

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

 a { background-color: rgb(169,58,122); }

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

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

 span { border-color: rgb(169,58,122); }

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