#A96A9D

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

Shades of Violet Blue #A96A9D

Tints of Violet Blue #A96A9D

Color information

#A96A9D (or 0xA96A9D) is unknown color: approx Violet Blue. HEX triplet: A9, 6A and 9D. RGB value is (169,106,157). Sum of RGB (Red+Green+Blue) = 169+106+157=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96A9D is #569562. Grayscale: #828282. Windows color (decimal): -5674339 or 10316457. OLE color: 10316457.

HSL color Cylindrical-coordinate representation of color #A96A9D: hue angle of 311.43º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96A9D is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB169106157-
CMYK00.370.070.34
HSL311.43º26.81%53.92%-
HSV(B)311.43º37.28%66.27%-
XYZ27.621.1834.53-
YUV130.65142.87155.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 106 (41.80% from 255) = 24.54%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=39.12%
G=24.54%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910615700.370.070.34311.4326.8153.92
HexA96A9D0257221371b36
Octal2511522350457424673366
Binary10101001110101010011101010010111110001010011011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A9D; }

 p { color: rgb(169,106,157); }

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

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

 a { background-color: rgb(169,106,157); }

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

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

 span { border-color: rgb(169,106,157); }

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