#A56DA1

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

Shades of Violet Blue #A56DA1

Tints of Violet Blue #A56DA1

Color information

#A56DA1 (or 0xA56DA1) is unknown color: approx Violet Blue. HEX triplet: A5, 6D and A1. RGB value is (165,109,161). Sum of RGB (Red+Green+Blue) = 165+109+161=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A56DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56DA1 is #5A925E. Grayscale: #838383. Windows color (decimal): -5935711 or 10579365. OLE color: 10579365.

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

Color convert

RGB165109161-
CMYK00.340.020.35
HSL304.29º23.73%53.73%-
HSV(B)304.29º33.94%64.71%-
XYZ27.4221.5136.42-
YUV131.67144.55151.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 161 (63.28% from 255) = 37.01%
R=37.93%
G=25.06%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510916100.340.020.35304.2923.7353.73
HexA56DA10222231301836
Octal2451552410422434603066
Binary1010010111011011010000101000101010001110011000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56DA1; }

 p { color: rgb(165,109,161); }

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

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

 a { background-color: rgb(165,109,161); }

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

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

 span { border-color: rgb(165,109,161); }

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