#A93A94

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

Shades of Medium Red Violet #A93A94

Tints of Medium Red Violet #A93A94

Color information

#A93A94 (or 0xA93A94) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3A and 94. RGB value is (169,58,148). Sum of RGB (Red+Green+Blue) = 169+58+148=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93A94 is #56C56B. Grayscale: #656565. Windows color (decimal): -5686636 or 9714345. OLE color: 9714345.

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

Color convert

RGB16958148-
CMYK00.660.120.34
HSL311.35º48.9%44.51%-
HSV(B)311.35º65.68%66.27%-
XYZ23.2213.629.42-
YUV101.45154.27176.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 58 (23.05% from 255) = 15.47%
BLUE value IS 148 (58.20% from 255) = 39.47%
R=45.07%
G=15.47%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695814800.660.120.34311.3548.944.51
HexA93A94042C22137312d
Octal25172224010214424676155
Binary1010100111101010010100010000101100100010100110111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A94; }

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

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

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

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

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

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

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

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