#A14585

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

Shades of Medium Red Violet #A14585

Tints of Medium Red Violet #A14585

Color information

#A14585 (or 0xA14585) is unknown color: approx Medium Red Violet. HEX triplet: A1, 45 and 85. RGB value is (161,69,133). Sum of RGB (Red+Green+Blue) = 161+69+133=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A14585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14585 is #5EBA7A. Grayscale: #676767. Windows color (decimal): -6208123 or 8734113. OLE color: 8734113.

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

Color convert

RGB16169133-
CMYK00.570.170.37
HSL318.26º40%45.1%-
HSV(B)318.26º57.14%63.14%-
XYZ21.0613.5323.69-
YUV103.8144.48168.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 69 (27.34% from 255) = 19.01%
BLUE value IS 133 (52.34% from 255) = 36.64%
R=44.35%
G=19.01%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616913300.570.170.37318.264045.1
HexA14585039112513e282d
Octal24110520507121454765055
Binary10100001100010110000101011100110001100101100111110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14585; }

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

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

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

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

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

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

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

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