#A04386

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

Shades of Medium Red Violet #A04386

Tints of Medium Red Violet #A04386

Color information

#A04386 (or 0xA04386) is unknown color: approx Medium Red Violet. HEX triplet: A0, 43 and 86. RGB value is (160,67,134). Sum of RGB (Red+Green+Blue) = 160+67+134=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A04386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04386 is #5FBC79. Grayscale: #666666. Windows color (decimal): -6274170 or 8799136. OLE color: 8799136.

HSL color Cylindrical-coordinate representation of color #A04386: hue angle of 316.77º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04386 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB16067134-
CMYK00.580.160.37
HSL316.77º40.97%44.51%-
HSV(B)316.77º58.13%62.75%-
XYZ20.8113.2124.01-
YUV102.44145.81169.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 67 (26.56% from 255) = 18.56%
BLUE value IS 134 (52.73% from 255) = 37.12%
R=44.32%
G=18.56%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606713400.580.160.37316.7740.9744.51
HexA0438603A102513d292d
Octal24010320607220454755155
Binary10100000100001110000110011101010000100101100111101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04386; }

 p { color: rgb(160,67,134); }

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

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

 a { background-color: rgb(160,67,134); }

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

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

 span { border-color: rgb(160,67,134); }

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