#A56AA0

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

Shades of Violet Blue #A56AA0

Tints of Violet Blue #A56AA0

Color information

#A56AA0 (or 0xA56AA0) is unknown color: approx Violet Blue. HEX triplet: A5, 6A and A0. RGB value is (165,106,160). Sum of RGB (Red+Green+Blue) = 165+106+160=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A56AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56AA0 is #5A955F. Grayscale: #818181. Windows color (decimal): -5936480 or 10513061. OLE color: 10513061.

HSL color Cylindrical-coordinate representation of color #A56AA0: hue angle of 305.08º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A56AA0 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB165106160-
CMYK00.360.030.35
HSL305.08º24.69%53.14%-
HSV(B)305.08º35.76%64.71%-
XYZ27.0220.8535.86-
YUV129.8145.05153.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 106 (41.80% from 255) = 24.59%
BLUE value IS 160 (62.89% from 255) = 37.12%
R=38.28%
G=24.59%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510616000.360.030.35305.0824.6953.14
HexA56AA00243231311935
Octal2451522400443434613165
Binary1010010111010101010000001001001110001110011000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56AA0; }

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

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

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

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

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

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

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

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