#A56BA0

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

Shades of Violet Blue #A56BA0

Tints of Violet Blue #A56BA0

Color information

#A56BA0 (or 0xA56BA0) is unknown color: approx Violet Blue. HEX triplet: A5, 6B and A0. RGB value is (165,107,160). Sum of RGB (Red+Green+Blue) = 165+107+160=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A56BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56BA0 is #5A945F. Grayscale: #828282. Windows color (decimal): -5936224 or 10513317. OLE color: 10513317.

HSL color Cylindrical-coordinate representation of color #A56BA0: hue angle of 305.17º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A56BA0 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB165107160-
CMYK00.350.030.35
HSL305.17º24.37%53.33%-
HSV(B)305.17º35.15%64.71%-
XYZ27.1221.0535.89-
YUV130.38144.72152.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 107 (42.19% from 255) = 24.77%
BLUE value IS 160 (62.89% from 255) = 37.04%
R=38.19%
G=24.77%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510716000.350.030.35305.1724.3753.33
HexA56BA00233231311835
Octal2451532400433434613065
Binary1010010111010111010000001000111110001110011000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56BA0; }

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

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

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

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

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

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

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

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