#A16693

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

Shades of Violet Blue #A16693

Tints of Violet Blue #A16693

Color information

#A16693 (or 0xA16693) is unknown color: approx Violet Blue. HEX triplet: A1, 66 and 93. RGB value is (161,102,147). Sum of RGB (Red+Green+Blue) = 161+102+147=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A16693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16693 is #5E996C. Grayscale: #7C7C7C. Windows color (decimal): -6199661 or 9660065. OLE color: 9660065.

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

Color convert

RGB161102147-
CMYK00.370.090.37
HSL314.24º23.89%51.57%-
HSV(B)314.24º36.65%63.14%-
XYZ24.7219.1930-
YUV124.77140.55153.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=39.27%
G=24.88%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110214700.370.090.37314.2423.8951.57
HexA1669302592513a1834
Octal24114622304511454723064
Binary101000011100110100100110100101100110010110011101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16693; }

 p { color: rgb(161,102,147); }

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

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

 a { background-color: rgb(161,102,147); }

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

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

 span { border-color: rgb(161,102,147); }

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