#A96BAA

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

Shades of Violet Blue #A96BAA

Tints of Violet Blue #A96BAA

Color information

#A96BAA (or 0xA96BAA) is unknown color: approx Violet Blue. HEX triplet: A9, 6B and AA. RGB value is (169,107,170). Sum of RGB (Red+Green+Blue) = 169+107+170=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #A96BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96BAA is #569455. Grayscale: #848484. Windows color (decimal): -5674070 or 11168681. OLE color: 11168681.

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

Color convert

RGB169107170-
CMYK0.010.3700.33
HSL299.05º27.04%54.31%-
HSV(B)299.05º37.06%66.67%-
XYZ28.8821.8540.73-
YUV132.72149.04153.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.89%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=37.89%
G=23.99%
B=38.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691071700.010.3700.33299.0527.0454.31
HexA96BAA12502112b1b36
Octal2511532521450414533366
Binary101010011101011101010101100101010000110010101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96BAA; }

 p { color: rgb(169,107,170); }

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

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

 a { background-color: rgb(169,107,170); }

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

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

 span { border-color: rgb(169,107,170); }

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