#A1549B

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

Shades of Violet Blue #A1549B

Tints of Violet Blue #A1549B

Color information

#A1549B (or 0xA1549B) is unknown color: approx Violet Blue. HEX triplet: A1, 54 and 9B. RGB value is (161,84,155). Sum of RGB (Red+Green+Blue) = 161+84+155=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1549B is #5EAB64. Grayscale: #727272. Windows color (decimal): -6204261 or 10179745. OLE color: 10179745.

HSL color Cylindrical-coordinate representation of color #A1549B: hue angle of 304.68º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1549B is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB16184155-
CMYK00.480.040.37
HSL304.68º31.43%48.04%-
HSV(B)304.68º47.83%63.14%-
XYZ23.7816.2832.9-
YUV115.12150.51160.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.25%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=40.25%
G=21%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618415500.480.040.37304.6831.4348.04
HexA1549B0304251311f30
Octal2411242330604454613760
Binary10100001101010010011011011000010010010110011000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1549B; }

 p { color: rgb(161,84,155); }

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

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

 a { background-color: rgb(161,84,155); }

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

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

 span { border-color: rgb(161,84,155); }

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