#A14582

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

Shades of Medium Red Violet #A14582

Tints of Medium Red Violet #A14582

Color information

#A14582 (or 0xA14582) is unknown color: approx Medium Red Violet. HEX triplet: A1, 45 and 82. RGB value is (161,69,130). Sum of RGB (Red+Green+Blue) = 161+69+130=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A14582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14582 is #5EBA7D. Grayscale: #676767. Windows color (decimal): -6208126 or 8537505. OLE color: 8537505.

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

Color convert

RGB16169130-
CMYK00.570.190.37
HSL320.22º40%45.1%-
HSV(B)320.22º57.14%63.14%-
XYZ20.8613.4522.62-
YUV103.46142.98169.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=44.72%
G=19.17%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616913000.570.190.37320.224045.1
HexA145820391325140282d
Octal24110520207123455005055
Binary10100001100010110000010011100110011100101101000000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14582; }

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

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

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

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

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

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

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

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