#A93A84

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

Shades of Medium Red Violet #A93A84

Tints of Medium Red Violet #A93A84

Color information

#A93A84 (or 0xA93A84) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3A and 84. RGB value is (169,58,132). Sum of RGB (Red+Green+Blue) = 169+58+132=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93A84 is #56C57B. Grayscale: #636363. Windows color (decimal): -5686652 or 8665769. OLE color: 8665769.

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

Color convert

RGB16958132-
CMYK00.660.220.34
HSL320º48.9%44.51%-
HSV(B)320º65.68%66.27%-
XYZ22.0413.1323.2-
YUV99.62146.27177.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.08%
GREEN value IS 58 (23.05% from 255) = 16.16%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=47.08%
G=16.16%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695813200.660.220.3432048.944.51
HexA93A840421622140312d
Octal25172204010226425006155
Binary10101001111010100001000100001010110100010101000000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A84; }

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

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

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

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

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

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

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

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