#A14783

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

Shades of Medium Red Violet #A14783

Tints of Medium Red Violet #A14783

Color information

#A14783 (or 0xA14783) is unknown color: approx Medium Red Violet. HEX triplet: A1, 47 and 83. RGB value is (161,71,131). Sum of RGB (Red+Green+Blue) = 161+71+131=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A14783 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14783 is #5EB87C. Grayscale: #686868. Windows color (decimal): -6207613 or 8603553. OLE color: 8603553.

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

Color convert

RGB16171131-
CMYK00.560.190.37
HSL320º38.79%45.49%-
HSV(B)320º55.9%63.14%-
XYZ21.0513.7223.01-
YUV104.75142.82168.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 131 (51.56% from 255) = 36.09%
R=44.35%
G=19.56%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617113100.560.190.3732038.7945.49
HexA147830381325140272d
Octal24110720307023455004755
Binary10100001100011110000011011100010011100101101000000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14783; }

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

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

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

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

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

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

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

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