#A56EAC

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

Shades of Violet Blue #A56EAC

Tints of Violet Blue #A56EAC

Color information

#A56EAC (or 0xA56EAC) is unknown color: approx Violet Blue. HEX triplet: A5, 6E and AC. RGB value is (165,110,172). Sum of RGB (Red+Green+Blue) = 165+110+172=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #A56EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56EAC is #5A9153. Grayscale: #858585. Windows color (decimal): -5935444 or 11300517. OLE color: 11300517.

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

Color convert

RGB165110172-
CMYK0.040.3600.33
HSL293.23º27.19%55.29%-
HSV(B)293.23º36.05%67.45%-
XYZ28.5422.1341.8-
YUV133.51149.72150.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 110 (43.36% from 255) = 24.61%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=36.91%
G=24.61%
B=38.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651101720.040.3600.33293.2327.1955.29
HexA56EAC4240211251b37
Octal2451562544440414453367
Binary10100101110111010101100100100100010000110010010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56EAC; }

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

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

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

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

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

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

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

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