#A57AA9

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

Shades of Violet Blue #A57AA9

Tints of Violet Blue #A57AA9

Color information

#A57AA9 (or 0xA57AA9) is unknown color: approx Violet Blue. HEX triplet: A5, 7A and A9. RGB value is (165,122,169). Sum of RGB (Red+Green+Blue) = 165+122+169=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 169 - color contains mainly: blue. Hex color #A57AA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57AA9 is #5A8556. Grayscale: #8C8C8C. Windows color (decimal): -5932375 or 11106981. OLE color: 11106981.

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

Color convert

RGB165122169-
CMYK0.020.2800.34
HSL294.89º21.46%57.06%-
HSV(B)294.89º27.81%66.27%-
XYZ29.6424.7840.76-
YUV140.21144.25145.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 122 (48.05% from 255) = 26.75%
BLUE value IS 169 (66.41% from 255) = 37.06%
R=36.18%
G=26.75%
B=37.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651221690.020.2800.34294.8921.4657.06
HexA57AA921C0221271539
Octal2451722512340424472571
Binary101001011111010101010011011100010001010010011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57AA9; }

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

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

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

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

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

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

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

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