#A1659B

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

Shades of Violet Blue #A1659B

Tints of Violet Blue #A1659B

Color information

#A1659B (or 0xA1659B) is unknown color: approx Violet Blue. HEX triplet: A1, 65 and 9B. RGB value is (161,101,155). Sum of RGB (Red+Green+Blue) = 161+101+155=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A1659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1659B is #5E9A64. Grayscale: #7C7C7C. Windows color (decimal): -6199909 or 10184097. OLE color: 10184097.

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

Color convert

RGB161101155-
CMYK00.370.040.37
HSL306º24.19%51.37%-
HSV(B)306º37.27%63.14%-
XYZ25.2719.2533.39-
YUV125.1144.88153.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 101 (39.84% from 255) = 24.22%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=38.61%
G=24.22%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110115500.370.040.3730624.1951.37
HexA1659B0254251321833
Octal2411452330454454623063
Binary10100001110010110011011010010110010010110011001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1659B; }

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

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

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

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

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

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

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

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