#A1449E

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

Shades of Violet Blue #A1449E

Tints of Violet Blue #A1449E

Color information

#A1449E (or 0xA1449E) is unknown color: approx Violet Blue. HEX triplet: A1, 44 and 9E. RGB value is (161,68,158). Sum of RGB (Red+Green+Blue) = 161+68+158=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1449E is #5EBB61. Grayscale: #696969. Windows color (decimal): -6208354 or 10372257. OLE color: 10372257.

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

Color convert

RGB16168158-
CMYK00.580.020.37
HSL301.94º40.61%44.9%-
HSV(B)301.94º57.76%63.14%-
XYZ22.9414.1833.88-
YUV106.07157.31167.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 68 (26.95% from 255) = 17.57%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=41.60%
G=17.57%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616815800.580.020.37301.9440.6144.9
HexA1449E03A22512e292d
Octal2411042360722454565155
Binary10100001100010010011110011101010100101100101110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1449E; }

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

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

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

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

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

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

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

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