#A04385

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

Shades of Medium Red Violet #A04385

Tints of Medium Red Violet #A04385

Color information

#A04385 (or 0xA04385) is unknown color: approx Medium Red Violet. HEX triplet: A0, 43 and 85. RGB value is (160,67,133). Sum of RGB (Red+Green+Blue) = 160+67+133=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A04385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04385 is #5FBC7A. Grayscale: #666666. Windows color (decimal): -6274171 or 8733600. OLE color: 8733600.

HSL color Cylindrical-coordinate representation of color #A04385: hue angle of 317.42º 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 #A04385 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16067133-
CMYK00.580.170.37
HSL317.42º40.97%44.51%-
HSV(B)317.42º58.13%62.75%-
XYZ20.7413.1823.64-
YUV102.33145.31169.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 67 (26.56% from 255) = 18.61%
BLUE value IS 133 (52.34% from 255) = 36.94%
R=44.44%
G=18.61%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606713300.580.170.37317.4240.9744.51
HexA0438503A112513d292d
Octal24010320507221454755155
Binary10100000100001110000101011101010001100101100111101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04385; }

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

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

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

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

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

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

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

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