#a16e9d

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

Shades of Violet Blue #A16E9D

Tints of Violet Blue #A16E9D

Color information

#A16E9D (or 0xA16E9D) is unknown color: approx Violet Blue. HEX triplet: A1, 6E and 9D. RGB value is (161,110,157). Sum of RGB (Red+Green+Blue) = 161+110+157=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16E9D is #5E9162. Grayscale: #828282. Windows color (decimal): -6197603 or 10317473. OLE color: 10317473.

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

Color convert

RGB161110157-
CMYK00.320.020.37
HSL304.71º21.34%53.14%-
HSV(B)304.71º31.68%63.14%-
XYZ26.3621.1634.59-
YUV130.61142.9149.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 157 (61.72% from 255) = 36.68%
R=37.62%
G=25.70%
B=36.68%

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
Decimal16111015700.320.020.37304.7121.3453.14
HexA16E9D0202251311535
Octal2411562350402454612565
Binary1010000111011101001110101000001010010110011000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a16e9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a16e9d; }

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

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

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

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

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

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

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

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