#A96C9F

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

Shades of Violet Blue #A96C9F

Tints of Violet Blue #A96C9F

Color information

#A96C9F (or 0xA96C9F) is unknown color: approx Violet Blue. HEX triplet: A9, 6C and 9F. RGB value is (169,108,159). Sum of RGB (Red+Green+Blue) = 169+108+159=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96C9F is #569360. Grayscale: #838383. Windows color (decimal): -5673825 or 10448041. OLE color: 10448041.

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

Color convert

RGB169108159-
CMYK00.360.060.34
HSL309.84º26.18%54.31%-
HSV(B)309.84º36.09%66.27%-
XYZ27.9821.6635.51-
YUV132.05143.21154.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 108 (42.58% from 255) = 24.77%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=38.76%
G=24.77%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910815900.360.060.34309.8426.1854.31
HexA96C9F0246221361a36
Octal2511542370446424663266
Binary10101001110110010011111010010011010001010011011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96C9F; }

 p { color: rgb(169,108,159); }

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

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

 a { background-color: rgb(169,108,159); }

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

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

 span { border-color: rgb(169,108,159); }

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