#A149AB

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

Shades of Violet Blue #A149AB

Tints of Violet Blue #A149AB

Color information

#A149AB (or 0xA149AB) is unknown color: approx Violet Blue. HEX triplet: A1, 49 and AB. RGB value is (161,73,171). Sum of RGB (Red+Green+Blue) = 161+73+171=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #A149AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A149AB is #5EB654. Grayscale: #6E6E6E. Windows color (decimal): -6207061 or 11225505. OLE color: 11225505.

HSL color Cylindrical-coordinate representation of color #A149AB: hue angle of 293.88º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A149AB is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16173171-
CMYK0.060.5700.33
HSL293.88º40.16%47.84%-
HSV(B)293.88º57.31%67.06%-
XYZ24.4315.2840.19-
YUV110.48162.15164.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.75%
GREEN value IS 73 (28.91% from 255) = 18.02%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=39.75%
G=18.02%
B=42.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161731710.060.5700.33293.8840.1647.84
HexA149AB6390211262830
Octal2411112536710414465060
Binary101000011001001101010111101110010100001100100110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A149AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A149AB; }

 p { color: rgb(161,73,171); }

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

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

 a { background-color: rgb(161,73,171); }

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

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

 span { border-color: rgb(161,73,171); }

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