#A93F80

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

Shades of Medium Red Violet #A93F80

Tints of Medium Red Violet #A93F80

Color information

#A93F80 (or 0xA93F80) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3F and 80. RGB value is (169,63,128). Sum of RGB (Red+Green+Blue) = 169+63+128=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93F80 is #56C07F. Grayscale: #656565. Windows color (decimal): -5685376 or 8404905. OLE color: 8404905.

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

Color convert

RGB16963128-
CMYK00.630.240.34
HSL323.21º45.69%45.49%-
HSV(B)323.21º62.72%66.27%-
XYZ22.0413.5521.88-
YUV102.1142.62175.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 63 (25% from 255) = 17.5%
BLUE value IS 128 (50.39% from 255) = 35.56%
R=46.94%
G=17.5%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696312800.630.240.34323.2145.6945.49
HexA93F8003F18221432e2d
Octal2517720007730425035655
Binary1010100111111110000000011111111000100010101000011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93F80; }

 p { color: rgb(169,63,128); }

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

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

 a { background-color: rgb(169,63,128); }

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

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

 span { border-color: rgb(169,63,128); }

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