#A04185

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

Shades of Medium Red Violet #A04185

Tints of Medium Red Violet #A04185

Color information

#A04185 (or 0xA04185) is unknown color: approx Medium Red Violet. HEX triplet: A0, 41 and 85. RGB value is (160,65,133). Sum of RGB (Red+Green+Blue) = 160+65+133=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A04185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04185 is #5FBE7A. Grayscale: #646464. Windows color (decimal): -6274683 or 8733088. OLE color: 8733088.

HSL color Cylindrical-coordinate representation of color #A04185: hue angle of 317.05º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04185 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16065133-
CMYK00.590.170.37
HSL317.05º42.22%44.12%-
HSV(B)317.05º59.38%62.75%-
XYZ20.6212.9523.6-
YUV101.16145.97169.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.69%
GREEN value IS 65 (25.78% from 255) = 18.16%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=44.69%
G=18.16%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606513300.590.170.37317.0542.2244.12
HexA0418503B112513d2a2c
Octal24010120507321454755254
Binary10100000100000110000101011101110001100101100111101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04185; }

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

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

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

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

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

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

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

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