#A16395

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

Shades of Violet Blue #A16395

Tints of Violet Blue #A16395

Color information

#A16395 (or 0xA16395) is unknown color: approx Violet Blue. HEX triplet: A1, 63 and 95. RGB value is (161,99,149). Sum of RGB (Red+Green+Blue) = 161+99+149=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A16395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16395 is #5E9C6A. Grayscale: #7B7B7B. Windows color (decimal): -6200427 or 9790369. OLE color: 9790369.

HSL color Cylindrical-coordinate representation of color #A16395: hue angle of 311.61º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16395 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB16199149-
CMYK00.390.070.37
HSL311.61º24.8%50.98%-
HSV(B)311.61º38.51%63.14%-
XYZ24.5818.6730.74-
YUV123.24142.54154.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 99 (39.06% from 255) = 24.21%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=39.36%
G=24.21%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619914900.390.070.37311.6124.850.98
HexA163950277251381933
Octal2411432250477454703163
Binary10100001110001110010101010011111110010110011100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16395; }

 p { color: rgb(161,99,149); }

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

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

 a { background-color: rgb(161,99,149); }

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

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

 span { border-color: rgb(161,99,149); }

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