#A56FAC

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

Shades of Violet Blue #A56FAC

Tints of Violet Blue #A56FAC

Color information

#A56FAC (or 0xA56FAC) is unknown color: approx Violet Blue. HEX triplet: A5, 6F and AC. RGB value is (165,111,172). Sum of RGB (Red+Green+Blue) = 165+111+172=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #A56FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56FAC is #5A9053. Grayscale: #858585. Windows color (decimal): -5935188 or 11300773. OLE color: 11300773.

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

Color convert

RGB165111172-
CMYK0.040.3500.33
HSL293.11º26.87%55.49%-
HSV(B)293.11º35.47%67.45%-
XYZ28.6522.3541.83-
YUV134.1149.39150.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 111 (43.75% from 255) = 24.78%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=36.83%
G=24.78%
B=38.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651111720.040.3500.33293.1126.8755.49
HexA56FAC4230211251b37
Octal2451572544430414453367
Binary10100101110111110101100100100011010000110010010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56FAC; }

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

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

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

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

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

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

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

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