#A16D9E

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

Shades of Violet Blue #A16D9E

Tints of Violet Blue #A16D9E

Color information

#A16D9E (or 0xA16D9E) is unknown color: approx Violet Blue. HEX triplet: A1, 6D and 9E. RGB value is (161,109,158). Sum of RGB (Red+Green+Blue) = 161+109+158=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16D9E is #5E9261. Grayscale: #818181. Windows color (decimal): -6197858 or 10382753. OLE color: 10382753.

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

Color convert

RGB161109158-
CMYK00.320.020.37
HSL303.46º21.67%52.94%-
HSV(B)303.46º32.3%63.14%-
XYZ26.3420.9835.01-
YUV130.13143.73150.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 109 (42.97% from 255) = 25.47%
BLUE value IS 158 (62.11% from 255) = 36.92%
R=37.62%
G=25.47%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110915800.320.020.37303.4621.6752.94
HexA16D9E02022512f1635
Octal2411552360402454572665
Binary1010000111011011001111001000001010010110010111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16D9E; }

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

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

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

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

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

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

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

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