#A1488D

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

Shades of Violet Blue #A1488D

Tints of Violet Blue #A1488D

Color information

#A1488D (or 0xA1488D) is unknown color: approx Violet Blue. HEX triplet: A1, 48 and 8D. RGB value is (161,72,141). Sum of RGB (Red+Green+Blue) = 161+72+141=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A1488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1488D is #5EB772. Grayscale: #6A6A6A. Windows color (decimal): -6207347 or 9259169. OLE color: 9259169.

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

Color convert

RGB16172141-
CMYK00.550.120.37
HSL313.48º38.2%45.69%-
HSV(B)313.48º55.28%63.14%-
XYZ21.8214.1326.78-
YUV106.48147.49166.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.05%
GREEN value IS 72 (28.52% from 255) = 19.25%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=43.05%
G=19.25%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617214100.550.120.37313.4838.245.69
HexA1488D037C25139262e
Octal24111021506714454714656
Binary1010000110010001000110101101111100100101100111001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1488D; }

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

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

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

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

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

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

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

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