#A56EAB

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

Shades of Violet Blue #A56EAB

Tints of Violet Blue #A56EAB

Color information

#A56EAB (or 0xA56EAB) is unknown color: approx Violet Blue. HEX triplet: A5, 6E and AB. RGB value is (165,110,171). Sum of RGB (Red+Green+Blue) = 165+110+171=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #A56EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56EAB is #5A9154. Grayscale: #858585. Windows color (decimal): -5935445 or 11234981. OLE color: 11234981.

HSL color Cylindrical-coordinate representation of color #A56EAB: hue angle of 294.1º degrees, saturation: 0.27, 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 #A56EAB is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165110171-
CMYK0.040.3600.33
HSL294.1º26.64%55.1%-
HSV(B)294.1º35.67%67.06%-
XYZ28.4422.0941.29-
YUV133.4149.22150.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.00%
GREEN value IS 110 (43.36% from 255) = 24.66%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=37.00%
G=24.66%
B=38.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651101710.040.3600.33294.126.6455.1
HexA56EAB4240211261b37
Octal2451562534440414463367
Binary10100101110111010101011100100100010000110010011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56EAB; }

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

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

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

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

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

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

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

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