#A56BAA

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

Shades of Violet Blue #A56BAA

Tints of Violet Blue #A56BAA

Color information

#A56BAA (or 0xA56BAA) is unknown color: approx Violet Blue. HEX triplet: A5, 6B and AA. RGB value is (165,107,170). Sum of RGB (Red+Green+Blue) = 165+107+170=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #A56BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56BAA is #5A9455. Grayscale: #838383. Windows color (decimal): -5936214 or 11168677. OLE color: 11168677.

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

Color convert

RGB165107170-
CMYK0.030.3700.33
HSL295.24º27.04%54.31%-
HSV(B)295.24º37.06%66.67%-
XYZ28.0321.4240.69-
YUV131.52149.72151.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.33%
GREEN value IS 107 (42.19% from 255) = 24.21%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=37.33%
G=24.21%
B=38.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651071700.030.3700.33295.2427.0454.31
HexA56BAA3250211271b36
Octal2451532523450414473366
Binary1010010111010111010101011100101010000110010011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56BAA; }

 p { color: rgb(165,107,170); }

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

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

 a { background-color: rgb(165,107,170); }

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

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

 span { border-color: rgb(165,107,170); }

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