#A56EA2

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

Shades of Violet Blue #A56EA2

Tints of Violet Blue #A56EA2

Color information

#A56EA2 (or 0xA56EA2) is unknown color: approx Violet Blue. HEX triplet: A5, 6E and A2. RGB value is (165,110,162). Sum of RGB (Red+Green+Blue) = 165+110+162=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A56EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56EA2 is #5A915D. Grayscale: #848484. Windows color (decimal): -5935454 or 10645157. OLE color: 10645157.

HSL color Cylindrical-coordinate representation of color #A56EA2: hue angle of 303.27º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A56EA2 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB165110162-
CMYK00.330.020.35
HSL303.27º23.4%53.92%-
HSV(B)303.27º33.33%64.71%-
XYZ27.6121.7636.93-
YUV132.37144.72151.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 110 (43.36% from 255) = 25.17%
BLUE value IS 162 (63.67% from 255) = 37.07%
R=37.76%
G=25.17%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511016200.330.020.35303.2723.453.92
HexA56EA202122312f1736
Octal2451562420412434572766
Binary1010010111011101010001001000011010001110010111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56EA2; }

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

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

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

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

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

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

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

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