#A560AB

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

Shades of Violet Blue #A560AB

Tints of Violet Blue #A560AB

Color information

#A560AB (or 0xA560AB) is unknown color: approx Violet Blue. HEX triplet: A5, 60 and AB. RGB value is (165,96,171). Sum of RGB (Red+Green+Blue) = 165+96+171=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #A560AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A560AB is #5A9F54. Grayscale: #7C7C7C. Windows color (decimal): -5939029 or 11231397. OLE color: 11231397.

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

Color convert

RGB16596171-
CMYK0.040.4400.33
HSL295.2º30.86%52.35%-
HSV(B)295.2º43.86%67.06%-
XYZ27.0519.3140.83-
YUV125.18153.86156.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 96 (37.89% from 255) = 22.22%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=38.19%
G=22.22%
B=39.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165961710.040.4400.33295.230.8652.35
HexA560AB42C0211271f34
Octal2451402534540414473764
Binary10100101110000010101011100101100010000110010011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A560AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A560AB; }

 p { color: rgb(165,96,171); }

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

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

 a { background-color: rgb(165,96,171); }

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

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

 span { border-color: rgb(165,96,171); }

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