#A57AAA

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

Shades of Violet Blue #A57AAA

Tints of Violet Blue #A57AAA

Color information

#A57AAA (or 0xA57AAA) is unknown color: approx Violet Blue. HEX triplet: A5, 7A and AA. RGB value is (165,122,170). Sum of RGB (Red+Green+Blue) = 165+122+170=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #A57AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57AAA is #5A8555. Grayscale: #8C8C8C. Windows color (decimal): -5932374 or 11172517. OLE color: 11172517.

HSL color Cylindrical-coordinate representation of color #A57AAA: hue angle of 293.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A57AAA is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165122170-
CMYK0.030.2800.33
HSL293.75º22.02%57.25%-
HSV(B)293.75º28.24%66.67%-
XYZ29.7324.8241.25-
YUV140.33144.75145.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=36.11%
G=26.70%
B=37.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651221700.030.2800.33293.7522.0257.25
HexA57AAA31C0211261639
Octal2451722523340414462671
Binary101001011111010101010101111100010000110010011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57AAA; }

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

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

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

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

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

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

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

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