#A1488B

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

Shades of Medium Red Violet #A1488B

Tints of Medium Red Violet #A1488B

Color information

#A1488B (or 0xA1488B) is unknown color: approx Medium Red Violet. HEX triplet: A1, 48 and 8B. RGB value is (161,72,139). Sum of RGB (Red+Green+Blue) = 161+72+139=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1488B is #5EB774. Grayscale: #6A6A6A. Windows color (decimal): -6207349 or 9128097. OLE color: 9128097.

HSL color Cylindrical-coordinate representation of color #A1488B: hue angle of 314.83º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1488B is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16172139-
CMYK00.550.140.37
HSL314.83º38.2%45.69%-
HSV(B)314.83º55.28%63.14%-
XYZ21.6814.0826-
YUV106.25146.49167.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.28%
GREEN value IS 72 (28.52% from 255) = 19.35%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=43.28%
G=19.35%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617213900.550.140.37314.8338.245.69
HexA1488B037E2513b262e
Octal24111021306716454734656
Binary1010000110010001000101101101111110100101100111011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1488B; }

 p { color: rgb(161,72,139); }

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

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

 a { background-color: rgb(161,72,139); }

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

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

 span { border-color: rgb(161,72,139); }

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