#A1659C

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

Shades of Violet Blue #A1659C

Tints of Violet Blue #A1659C

Color information

#A1659C (or 0xA1659C) is unknown color: approx Violet Blue. HEX triplet: A1, 65 and 9C. RGB value is (161,101,156). Sum of RGB (Red+Green+Blue) = 161+101+156=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A1659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1659C is #5E9A63. Grayscale: #7D7D7D. Windows color (decimal): -6199908 or 10249633. OLE color: 10249633.

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

Color convert

RGB161101156-
CMYK00.370.030.37
HSL305º24.19%51.37%-
HSV(B)305º37.27%63.14%-
XYZ25.3519.2833.84-
YUV125.21145.38153.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 101 (39.84% from 255) = 24.16%
BLUE value IS 156 (61.33% from 255) = 37.32%
R=38.52%
G=24.16%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110115600.370.030.3730524.1951.37
HexA1659C0253251311833
Octal2411452340453454613063
Binary1010000111001011001110001001011110010110011000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1659C; }

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

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

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

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

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

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

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

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