#A56CA6

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

Shades of Violet Blue #A56CA6

Tints of Violet Blue #A56CA6

Color information

#A56CA6 (or 0xA56CA6) is unknown color: approx Violet Blue. HEX triplet: A5, 6C and A6. RGB value is (165,108,166). Sum of RGB (Red+Green+Blue) = 165+108+166=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 166 - color contains mainly: blue. Hex color #A56CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56CA6 is #5A9359. Grayscale: #838383. Windows color (decimal): -5935962 or 10906789. OLE color: 10906789.

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

Color convert

RGB165108166-
CMYK0.010.3500.35
HSL298.97º24.58%53.73%-
HSV(B)298.97º34.94%65.1%-
XYZ27.7621.4838.76-
YUV131.66147.38151.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.59%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 166 (65.23% from 255) = 37.81%
R=37.59%
G=24.60%
B=37.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651081660.010.3500.35298.9724.5853.73
HexA56CA612302312b1936
Octal2451542461430434533166
Binary101001011101100101001101100011010001110010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56CA6; }

 p { color: rgb(165,108,166); }

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

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

 a { background-color: rgb(165,108,166); }

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

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

 span { border-color: rgb(165,108,166); }

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