#A56CAC

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

Shades of Violet Blue #A56CAC

Tints of Violet Blue #A56CAC

Color information

#A56CAC (or 0xA56CAC) is unknown color: approx Violet Blue. HEX triplet: A5, 6C and AC. RGB value is (165,108,172). Sum of RGB (Red+Green+Blue) = 165+108+172=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #A56CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56CAC is #5A9353. Grayscale: #848484. Windows color (decimal): -5935956 or 11300005. OLE color: 11300005.

HSL color Cylindrical-coordinate representation of color #A56CAC: hue angle of 293.44º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A56CAC is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165108172-
CMYK0.040.3700.33
HSL293.44º27.83%54.9%-
HSV(B)293.44º37.21%67.45%-
XYZ28.3321.741.73-
YUV132.34150.38151.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 108 (42.58% from 255) = 24.27%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=37.08%
G=24.27%
B=38.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651081720.040.3700.33293.4427.8354.9
HexA56CAC4250211251c37
Octal2451542544450414453467
Binary10100101110110010101100100100101010000110010010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56CAC; }

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

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

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

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

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

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

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

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