#A16F9C

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

Shades of Violet Blue #A16F9C

Tints of Violet Blue #A16F9C

Color information

#A16F9C (or 0xA16F9C) is unknown color: approx Violet Blue. HEX triplet: A1, 6F and 9C. RGB value is (161,111,156). Sum of RGB (Red+Green+Blue) = 161+111+156=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16F9C is #5E9063. Grayscale: #828282. Windows color (decimal): -6197348 or 10252193. OLE color: 10252193.

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

Color convert

RGB161111156-
CMYK00.310.030.37
HSL306º21.01%53.33%-
HSV(B)306º31.06%63.14%-
XYZ26.3821.3534.18-
YUV131.08142.06149.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 111 (43.75% from 255) = 25.93%
BLUE value IS 156 (61.33% from 255) = 36.45%
R=37.62%
G=25.93%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111115600.310.030.3730621.0153.33
HexA16F9C01F3251321535
Octal2411572340373454622565
Binary101000011101111100111000111111110010110011001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16F9C; }

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

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

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

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

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

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

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

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