#A1499C

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

Shades of Violet Blue #A1499C

Tints of Violet Blue #A1499C

Color information

#A1499C (or 0xA1499C) is unknown color: approx Violet Blue. HEX triplet: A1, 49 and 9C. RGB value is (161,73,156). Sum of RGB (Red+Green+Blue) = 161+73+156=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A1499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1499C is #5EB663. Grayscale: #6C6C6C. Windows color (decimal): -6207076 or 10242465. OLE color: 10242465.

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

Color convert

RGB16173156-
CMYK00.550.030.37
HSL303.41º37.61%45.88%-
HSV(B)303.41º54.66%63.14%-
XYZ23.0814.7433.08-
YUV108.77154.65165.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.28%
GREEN value IS 73 (28.91% from 255) = 18.72%
BLUE value IS 156 (61.33% from 255) = 40%
R=41.28%
G=18.72%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617315600.550.030.37303.4137.6145.88
HexA1499C03732512f262e
Octal2411112340673454574656
Binary10100001100100110011100011011111100101100101111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1499C; }

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

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

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

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

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

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

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

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