#A56DAC

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

Shades of Violet Blue #A56DAC

Tints of Violet Blue #A56DAC

Color information

#A56DAC (or 0xA56DAC) is unknown color: approx Violet Blue. HEX triplet: A5, 6D and AC. RGB value is (165,109,172). Sum of RGB (Red+Green+Blue) = 165+109+172=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #A56DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56DAC is #5A9253. Grayscale: #848484. Windows color (decimal): -5935700 or 11300261. OLE color: 11300261.

HSL color Cylindrical-coordinate representation of color #A56DAC: hue angle of 293.33º 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 #A56DAC is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165109172-
CMYK0.040.3700.33
HSL293.33º27.51%55.1%-
HSV(B)293.33º36.63%67.45%-
XYZ28.4321.9241.76-
YUV132.93150.05150.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.00%
GREEN value IS 109 (42.97% from 255) = 24.44%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=37.00%
G=24.44%
B=38.57%

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
Decimal1651091720.040.3700.33293.3327.5155.1
HexA56DAC4250211251c37
Octal2451552544450414453467
Binary10100101110110110101100100100101010000110010010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56DAC; }

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

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

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

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

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

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

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

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