#A96AA3

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

Shades of Violet Blue #A96AA3

Tints of Violet Blue #A96AA3

Color information

#A96AA3 (or 0xA96AA3) is unknown color: approx Violet Blue. HEX triplet: A9, 6A and A3. RGB value is (169,106,163). Sum of RGB (Red+Green+Blue) = 169+106+163=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A96AA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96AA3 is #56955C. Grayscale: #838383. Windows color (decimal): -5674333 or 10709673. OLE color: 10709673.

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

Color convert

RGB169106163-
CMYK00.370.040.34
HSL305.71º26.81%53.92%-
HSV(B)305.71º37.28%66.27%-
XYZ28.1321.3937.3-
YUV131.33145.87154.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 106 (41.80% from 255) = 24.20%
BLUE value IS 163 (64.06% from 255) = 37.21%
R=38.58%
G=24.20%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910616300.370.040.34305.7126.8153.92
HexA96AA30254221321b36
Octal2511522430454424623366
Binary10101001110101010100011010010110010001010011001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96AA3; }

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

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

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

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

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

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

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

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