#A56E9C

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

Shades of Violet Blue #A56E9C

Tints of Violet Blue #A56E9C

Color information

#A56E9C (or 0xA56E9C) is unknown color: approx Violet Blue. HEX triplet: A5, 6E and 9C. RGB value is (165,110,156). Sum of RGB (Red+Green+Blue) = 165+110+156=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E9C is #5A9163. Grayscale: #838383. Windows color (decimal): -5935460 or 10251941. OLE color: 10251941.

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

Color convert

RGB165110156-
CMYK00.330.050.35
HSL309.82º23.4%53.92%-
HSV(B)309.82º33.33%64.71%-
XYZ27.0921.5534.18-
YUV131.69141.72151.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=38.28%
G=25.52%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511015600.330.050.35309.8223.453.92
HexA56E9C0215231361736
Octal2451562340415434662766
Binary10100101110111010011100010000110110001110011011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E9C; }

 p { color: rgb(165,110,156); }

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

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

 a { background-color: rgb(165,110,156); }

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

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

 span { border-color: rgb(165,110,156); }

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