#A16A9C

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

Shades of Violet Blue #A16A9C

Tints of Violet Blue #A16A9C

Color information

#A16A9C (or 0xA16A9C) is unknown color: approx Violet Blue. HEX triplet: A1, 6A and 9C. RGB value is (161,106,156). Sum of RGB (Red+Green+Blue) = 161+106+156=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16A9C is #5E9563. Grayscale: #808080. Windows color (decimal): -6198628 or 10250913. OLE color: 10250913.

HSL color Cylindrical-coordinate representation of color #A16A9C: hue angle of 305.45º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16A9C is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB161106156-
CMYK00.340.030.37
HSL305.45º22.63%52.35%-
HSV(B)305.45º34.16%63.14%-
XYZ25.8520.2934.01-
YUV128.14143.72151.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=38.06%
G=25.06%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110615600.340.030.37305.4522.6352.35
HexA16A9C0223251311734
Octal2411522340423454612764
Binary1010000111010101001110001000101110010110011000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16A9C; }

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

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

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

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

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

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

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

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