#A16D9A

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

Shades of Violet Blue #A16D9A

Tints of Violet Blue #A16D9A

Color information

#A16D9A (or 0xA16D9A) is unknown color: approx Violet Blue. HEX triplet: A1, 6D and 9A. RGB value is (161,109,154). Sum of RGB (Red+Green+Blue) = 161+109+154=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16D9A is #5E9265. Grayscale: #818181. Windows color (decimal): -6197862 or 10120609. OLE color: 10120609.

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

Color convert

RGB161109154-
CMYK00.320.040.37
HSL308.08º21.67%52.94%-
HSV(B)308.08º32.3%63.14%-
XYZ2620.8533.23-
YUV129.68141.73150.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 109 (42.97% from 255) = 25.71%
BLUE value IS 154 (60.55% from 255) = 36.32%
R=37.97%
G=25.71%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110915400.320.040.37308.0821.6752.94
HexA16D9A0204251341635
Octal2411552320404454642665
Binary10100001110110110011010010000010010010110011010010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16D9A; }

 p { color: rgb(161,109,154); }

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

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

 a { background-color: rgb(161,109,154); }

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

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

 span { border-color: rgb(161,109,154); }

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