#A16894

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

Shades of Violet Blue #A16894

Tints of Violet Blue #A16894

Color information

#A16894 (or 0xA16894) is unknown color: approx Violet Blue. HEX triplet: A1, 68 and 94. RGB value is (161,104,148). Sum of RGB (Red+Green+Blue) = 161+104+148=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A16894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16894 is #5E976B. Grayscale: #7D7D7D. Windows color (decimal): -6199148 or 9726113. OLE color: 9726113.

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

Color convert

RGB161104148-
CMYK00.350.080.37
HSL313.68º23.27%51.96%-
HSV(B)313.68º35.4%63.14%-
XYZ24.9919.6230.49-
YUV126.06140.38152.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 104 (41.02% from 255) = 25.18%
BLUE value IS 148 (58.20% from 255) = 35.84%
R=38.98%
G=25.18%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110414800.350.080.37313.6823.2751.96
HexA1689402382513a1734
Octal24115022404310454722764
Binary101000011101000100101000100011100010010110011101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16894; }

 p { color: rgb(161,104,148); }

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

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

 a { background-color: rgb(161,104,148); }

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

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

 span { border-color: rgb(161,104,148); }

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