#A96AAD

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

Shades of Violet Blue #A96AAD

Tints of Violet Blue #A96AAD

Color information

#A96AAD (or 0xA96AAD) is unknown color: approx Violet Blue. HEX triplet: A9, 6A and AD. RGB value is (169,106,173). Sum of RGB (Red+Green+Blue) = 169+106+173=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #A96AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96AAD is #569552. Grayscale: #848484. Windows color (decimal): -5674323 or 11365033. OLE color: 11365033.

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

Color convert

RGB169106173-
CMYK0.020.3900.32
HSL296.42º29%54.71%-
HSV(B)296.42º38.73%67.84%-
XYZ29.0621.7642.2-
YUV132.48150.87154.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.72%
GREEN value IS 106 (41.80% from 255) = 23.66%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=37.72%
G=23.66%
B=38.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691061730.020.3900.32296.422954.71
HexA96AAD2270201281d37
Octal2511522552470404503567
Binary1010100111010101010110110100111010000010010100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96AAD; }

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

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

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

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

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

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

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

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