#A1659D

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

Shades of Violet Blue #A1659D

Tints of Violet Blue #A1659D

Color information

#A1659D (or 0xA1659D) is unknown color: approx Violet Blue. HEX triplet: A1, 65 and 9D. RGB value is (161,101,157). Sum of RGB (Red+Green+Blue) = 161+101+157=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1659D is #5E9A62. Grayscale: #7D7D7D. Windows color (decimal): -6199907 or 10315169. OLE color: 10315169.

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

Color convert

RGB161101157-
CMYK00.370.020.37
HSL304º24.19%51.37%-
HSV(B)304º37.27%63.14%-
XYZ25.4419.3234.29-
YUV125.32145.88153.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 101 (39.84% from 255) = 24.11%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=38.42%
G=24.11%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110115700.370.020.3730424.1951.37
HexA1659D0252251301833
Octal2411452350452454603063
Binary1010000111001011001110101001011010010110011000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1659D; }

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

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

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

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

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

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

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

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