#A14785

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

Shades of Medium Red Violet #A14785

Tints of Medium Red Violet #A14785

Color information

#A14785 (or 0xA14785) is unknown color: approx Medium Red Violet. HEX triplet: A1, 47 and 85. RGB value is (161,71,133). Sum of RGB (Red+Green+Blue) = 161+71+133=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A14785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14785 is #5EB87A. Grayscale: #686868. Windows color (decimal): -6207611 or 8734625. OLE color: 8734625.

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

Color convert

RGB16171133-
CMYK00.560.170.37
HSL318.67º38.79%45.49%-
HSV(B)318.67º55.9%63.14%-
XYZ21.1813.7823.73-
YUV104.98143.82167.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 71 (28.12% from 255) = 19.45%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=44.11%
G=19.45%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617113300.560.170.37318.6738.7945.49
HexA14785038112513f272d
Octal24110720507021454774755
Binary10100001100011110000101011100010001100101100111111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14785; }

 p { color: rgb(161,71,133); }

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

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

 a { background-color: rgb(161,71,133); }

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

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

 span { border-color: rgb(161,71,133); }

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