#A1449F

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

Shades of Violet Blue #A1449F

Tints of Violet Blue #A1449F

Color information

#A1449F (or 0xA1449F) is unknown color: approx Violet Blue. HEX triplet: A1, 44 and 9F. RGB value is (161,68,159). Sum of RGB (Red+Green+Blue) = 161+68+159=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A1449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1449F is #5EBB60. Grayscale: #696969. Windows color (decimal): -6208353 or 10437793. OLE color: 10437793.

HSL color Cylindrical-coordinate representation of color #A1449F: hue angle of 301.29º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1449F is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16168159-
CMYK00.580.010.37
HSL301.29º40.61%44.9%-
HSV(B)301.29º57.76%63.14%-
XYZ23.0214.2134.33-
YUV106.18157.81167.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 68 (26.95% from 255) = 17.53%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=41.49%
G=17.53%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616815900.580.010.37301.2940.6144.9
HexA1449F03A12512d292d
Octal2411042370721454555155
Binary1010000110001001001111101110101100101100101101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1449F; }

 p { color: rgb(161,68,159); }

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

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

 a { background-color: rgb(161,68,159); }

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

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

 span { border-color: rgb(161,68,159); }

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