#A56FAB

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

Shades of Violet Blue #A56FAB

Tints of Violet Blue #A56FAB

Color information

#A56FAB (or 0xA56FAB) is unknown color: approx Violet Blue. HEX triplet: A5, 6F and AB. RGB value is (165,111,171). Sum of RGB (Red+Green+Blue) = 165+111+171=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #A56FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56FAB is #5A9054. Grayscale: #858585. Windows color (decimal): -5935189 or 11235237. OLE color: 11235237.

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

Color convert

RGB165111171-
CMYK0.040.3500.33
HSL294º26.32%55.29%-
HSV(B)294º35.09%67.06%-
XYZ28.5522.3141.33-
YUV133.99148.89150.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=36.91%
G=24.83%
B=38.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651111710.040.3500.3329426.3255.29
HexA56FAB4230211261a37
Octal2451572534430414463267
Binary10100101110111110101011100100011010000110010011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56FAB; }

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

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

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

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

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

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

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

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