#A96DAE

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

Shades of Violet Blue #A96DAE

Tints of Violet Blue #A96DAE

Color information

#A96DAE (or 0xA96DAE) is unknown color: approx Violet Blue. HEX triplet: A9, 6D and AE. RGB value is (169,109,174). Sum of RGB (Red+Green+Blue) = 169+109+174=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #A96DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96DAE is #569251. Grayscale: #868686. Windows color (decimal): -5673554 or 11431337. OLE color: 11431337.

HSL color Cylindrical-coordinate representation of color #A96DAE: hue angle of 295.38º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96DAE is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169109174-
CMYK0.030.3700.32
HSL295.38º28.63%55.49%-
HSV(B)295.38º37.36%68.24%-
XYZ29.4722.4342.82-
YUV134.35150.38152.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 109 (42.97% from 255) = 24.12%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=37.39%
G=24.12%
B=38.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691091740.030.3700.32295.3828.6355.49
HexA96DAE3250201271d37
Octal2511552563450404473567
Binary1010100111011011010111011100101010000010010011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96DAE; }

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

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

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

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

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

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

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

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