#A56A9F

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

Shades of Violet Blue #A56A9F

Tints of Violet Blue #A56A9F

Color information

#A56A9F (or 0xA56A9F) is unknown color: approx Violet Blue. HEX triplet: A5, 6A and 9F. RGB value is (165,106,159). Sum of RGB (Red+Green+Blue) = 165+106+159=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56A9F is #5A9560. Grayscale: #818181. Windows color (decimal): -5936481 or 10447525. OLE color: 10447525.

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

Color convert

RGB165106159-
CMYK00.360.040.35
HSL306.1º24.69%53.14%-
HSV(B)306.1º35.76%64.71%-
XYZ26.9320.8135.4-
YUV129.68144.55153.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 106 (41.80% from 255) = 24.65%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=38.37%
G=24.65%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510615900.360.040.35306.124.6953.14
HexA56A9F0244231321935
Octal2451522370444434623165
Binary10100101110101010011111010010010010001110011001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56A9F; }

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

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

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

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

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

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

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

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