#a93077

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

Shades of Medium Red Violet #A93077

Tints of Medium Red Violet #A93077

Color information

#A93077 (or 0xA93077) is unknown color: approx Medium Red Violet. HEX triplet: A9, 30 and 77. RGB value is (169,48,119). Sum of RGB (Red+Green+Blue) = 169+48+119=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A93077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93077 is #56CF88. Grayscale: #5C5C5C. Windows color (decimal): -5689225 or 7811241. OLE color: 7811241.

HSL color Cylindrical-coordinate representation of color #A93077: hue angle of 324.79º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93077 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB16948119-
CMYK00.720.300.34
HSL324.79º55.76%42.55%-
HSV(B)324.79º71.6%66.27%-
XYZ20.7511.8818.65-
YUV92.27143.09182.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.30%
GREEN value IS 48 (19.14% from 255) = 14.29%
BLUE value IS 119 (46.88% from 255) = 35.42%
R=50.30%
G=14.29%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694811900.720.300.34324.7955.7642.55
HexA930770481E22145382b
Octal25160167011036425057053
Binary1010100111000011101110100100011110100010101000101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a93077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a93077; }

 p { color: rgb(169,48,119); }

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

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

 a { background-color: rgb(169,48,119); }

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

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

 span { border-color: rgb(169,48,119); }

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