#A56BAC

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

Shades of Violet Blue #A56BAC

Tints of Violet Blue #A56BAC

Color information

#A56BAC (or 0xA56BAC) is unknown color: approx Violet Blue. HEX triplet: A5, 6B and AC. RGB value is (165,107,172). Sum of RGB (Red+Green+Blue) = 165+107+172=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #A56BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56BAC is #5A9453. Grayscale: #838383. Windows color (decimal): -5936212 or 11299749. OLE color: 11299749.

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

Color convert

RGB165107172-
CMYK0.040.3800.33
HSL293.54º28.14%54.71%-
HSV(B)293.54º37.79%67.45%-
XYZ28.2221.4941.69-
YUV131.75150.72151.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 107 (42.19% from 255) = 24.10%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=37.16%
G=24.10%
B=38.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651071720.040.3800.33293.5428.1454.71
HexA56BAC4260211261c37
Octal2451532544460414463467
Binary10100101110101110101100100100110010000110010011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56BAC; }

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

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

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

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

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

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

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

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