#A56DAA

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

Shades of Violet Blue #A56DAA

Tints of Violet Blue #A56DAA

Color information

#A56DAA (or 0xA56DAA) is unknown color: approx Violet Blue. HEX triplet: A5, 6D and AA. RGB value is (165,109,170). Sum of RGB (Red+Green+Blue) = 165+109+170=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #A56DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56DAA is #5A9255. Grayscale: #848484. Windows color (decimal): -5935702 or 11169189. OLE color: 11169189.

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

Color convert

RGB165109170-
CMYK0.030.3600.33
HSL295.08º26.41%54.71%-
HSV(B)295.08º35.88%66.67%-
XYZ28.2421.8440.76-
YUV132.7149.05151.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=37.16%
G=24.55%
B=38.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651091700.030.3600.33295.0826.4154.71
HexA56DAA3240211271a37
Octal2451552523440414473267
Binary1010010111011011010101011100100010000110010011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56DAA; }

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

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

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

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

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

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

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

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