#A56AAA

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

Shades of Violet Blue #A56AAA

Tints of Violet Blue #A56AAA

Color information

#A56AAA (or 0xA56AAA) is unknown color: approx Violet Blue. HEX triplet: A5, 6A and AA. RGB value is (165,106,170). Sum of RGB (Red+Green+Blue) = 165+106+170=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #A56AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56AAA is #5A9555. Grayscale: #828282. Windows color (decimal): -5936470 or 11168421. OLE color: 11168421.

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

Color convert

RGB165106170-
CMYK0.030.3800.33
HSL295.31º27.35%54.12%-
HSV(B)295.31º37.65%66.67%-
XYZ27.9321.2140.65-
YUV130.94150.05152.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.41%
GREEN value IS 106 (41.80% from 255) = 24.04%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=37.41%
G=24.04%
B=38.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651061700.030.3800.33295.3127.3554.12
HexA56AAA3260211271b36
Octal2451522523460414473366
Binary1010010111010101010101011100110010000110010011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56AAA; }

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

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

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

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

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

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

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

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