#A93980

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

Shades of Medium Red Violet #A93980

Tints of Medium Red Violet #A93980

Color information

#A93980 (or 0xA93980) is unknown color: approx Medium Red Violet. HEX triplet: A9, 39 and 80. RGB value is (169,57,128). Sum of RGB (Red+Green+Blue) = 169+57+128=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A93980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93980 is #56C67F. Grayscale: #626262. Windows color (decimal): -5686912 or 8403369. OLE color: 8403369.

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

Color convert

RGB16957128-
CMYK00.660.240.34
HSL321.96º49.56%44.31%-
HSV(B)321.96º66.27%66.27%-
XYZ21.7212.9221.77-
YUV98.58144.61178.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 57 (22.66% from 255) = 16.10%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=47.74%
G=16.10%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695712800.660.240.34321.9649.5644.31
HexA939800421822142322c
Octal25171200010230425026254
Binary10101001111001100000000100001011000100010101000010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93980; }

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

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

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

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

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

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

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

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