#A56AA2

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

Shades of Violet Blue #A56AA2

Tints of Violet Blue #A56AA2

Color information

#A56AA2 (or 0xA56AA2) is unknown color: approx Violet Blue. HEX triplet: A5, 6A and A2. RGB value is (165,106,162). Sum of RGB (Red+Green+Blue) = 165+106+162=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A56AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56AA2 is #5A955D. Grayscale: #818181. Windows color (decimal): -5936478 or 10644133. OLE color: 10644133.

HSL color Cylindrical-coordinate representation of color #A56AA2: hue angle of 303.05º 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 #A56AA2 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB165106162-
CMYK00.360.020.35
HSL303.05º24.69%53.14%-
HSV(B)303.05º35.76%64.71%-
XYZ27.1920.9236.79-
YUV130.02146.05152.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 106 (41.80% from 255) = 24.48%
BLUE value IS 162 (63.67% from 255) = 37.41%
R=38.11%
G=24.48%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510616200.360.020.35303.0524.6953.14
HexA56AA202422312f1935
Octal2451522420442434573165
Binary1010010111010101010001001001001010001110010111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56AA2; }

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

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

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

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

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

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

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

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