#A96DA5

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

Shades of Violet Blue #A96DA5

Tints of Violet Blue #A96DA5

Color information

#A96DA5 (or 0xA96DA5) is unknown color: approx Violet Blue. HEX triplet: A9, 6D and A5. RGB value is (169,109,165). Sum of RGB (Red+Green+Blue) = 169+109+165=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A96DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96DA5 is #56925A. Grayscale: #858585. Windows color (decimal): -5673563 or 10841513. OLE color: 10841513.

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

Color convert

RGB169109165-
CMYK00.360.020.34
HSL304º25.86%54.51%-
HSV(B)304º35.5%66.27%-
XYZ28.6222.0938.35-
YUV133.32145.88153.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.15%
GREEN value IS 109 (42.97% from 255) = 24.60%
BLUE value IS 165 (64.84% from 255) = 37.25%
R=38.15%
G=24.60%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910916500.360.020.3430425.8654.51
HexA96DA50242221301a37
Octal2511552450442424603267
Binary1010100111011011010010101001001010001010011000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96DA5; }

 p { color: rgb(169,109,165); }

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

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

 a { background-color: rgb(169,109,165); }

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

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

 span { border-color: rgb(169,109,165); }

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