#A16B9D

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

Shades of Violet Blue #A16B9D

Tints of Violet Blue #A16B9D

Color information

#A16B9D (or 0xA16B9D) is unknown color: approx Violet Blue. HEX triplet: A1, 6B and 9D. RGB value is (161,107,157). Sum of RGB (Red+Green+Blue) = 161+107+157=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16B9D is #5E9462. Grayscale: #808080. Windows color (decimal): -6198371 or 10316705. OLE color: 10316705.

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

Color convert

RGB161107157-
CMYK00.340.020.37
HSL304.44º22.31%52.55%-
HSV(B)304.44º33.54%63.14%-
XYZ26.0420.5334.49-
YUV128.85143.89150.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 107 (42.19% from 255) = 25.18%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=37.88%
G=25.18%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110715700.340.020.37304.4422.3152.55
HexA16B9D0222251301635
Octal2411532350422454602665
Binary1010000111010111001110101000101010010110011000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16B9D; }

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

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

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

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

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

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

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

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