#A16998

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

Shades of Violet Blue #A16998

Tints of Violet Blue #A16998

Color information

#A16998 (or 0xA16998) is unknown color: approx Violet Blue. HEX triplet: A1, 69 and 98. RGB value is (161,105,152). Sum of RGB (Red+Green+Blue) = 161+105+152=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A16998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16998 is #5E9667. Grayscale: #7E7E7E. Windows color (decimal): -6198888 or 9988513. OLE color: 9988513.

HSL color Cylindrical-coordinate representation of color #A16998: hue angle of 309.64º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16998 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB161105152-
CMYK00.350.060.37
HSL309.64º22.95%52.16%-
HSV(B)309.64º34.78%63.14%-
XYZ25.4219.9532.22-
YUV127.1142.05152.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 152 (59.77% from 255) = 36.36%
R=38.52%
G=25.12%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110515200.350.060.37309.6422.9552.16
HexA169980236251361734
Octal2411512300436454662764
Binary10100001110100110011000010001111010010110011011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16998; }

 p { color: rgb(161,105,152); }

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

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

 a { background-color: rgb(161,105,152); }

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

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

 span { border-color: rgb(161,105,152); }

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