#A56EAD

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

Shades of Violet Blue #A56EAD

Tints of Violet Blue #A56EAD

Color information

#A56EAD (or 0xA56EAD) is unknown color: approx Violet Blue. HEX triplet: A5, 6E and AD. RGB value is (165,110,173). Sum of RGB (Red+Green+Blue) = 165+110+173=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #A56EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56EAD is #5A9152. Grayscale: #858585. Windows color (decimal): -5935443 or 11366053. OLE color: 11366053.

HSL color Cylindrical-coordinate representation of color #A56EAD: hue angle of 292.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A56EAD is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB165110173-
CMYK0.050.3600.32
HSL292.38º27.75%55.49%-
HSV(B)292.38º36.42%67.84%-
XYZ28.6422.1742.3-
YUV133.63150.22150.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 110 (43.36% from 255) = 24.55%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=36.83%
G=24.55%
B=38.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651101730.050.3600.32292.3827.7555.49
HexA56EAD5240201241c37
Octal2451562555440404443467
Binary10100101110111010101101101100100010000010010010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56EAD; }

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

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

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

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

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

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

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

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