#A56AAB

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

Shades of Violet Blue #A56AAB

Tints of Violet Blue #A56AAB

Color information

#A56AAB (or 0xA56AAB) is unknown color: approx Violet Blue. HEX triplet: A5, 6A and AB. RGB value is (165,106,171). Sum of RGB (Red+Green+Blue) = 165+106+171=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #A56AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56AAB is #5A9554. Grayscale: #828282. Windows color (decimal): -5936469 or 11233957. OLE color: 11233957.

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

Color convert

RGB165106171-
CMYK0.040.3800.33
HSL294.46º27.9%54.31%-
HSV(B)294.46º38.01%67.06%-
XYZ28.0221.2541.15-
YUV131.05150.55152.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.33%
GREEN value IS 106 (41.80% from 255) = 23.98%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=37.33%
G=23.98%
B=38.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651061710.040.3800.33294.4627.954.31
HexA56AAB4260211261c36
Octal2451522534460414463466
Binary10100101110101010101011100100110010000110010011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56AAB; }

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

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

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

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

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

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

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

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