#A560AE

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

Shades of Violet Blue #A560AE

Tints of Violet Blue #A560AE

Color information

#A560AE (or 0xA560AE) is unknown color: approx Violet Blue. HEX triplet: A5, 60 and AE. RGB value is (165,96,174). Sum of RGB (Red+Green+Blue) = 165+96+174=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #A560AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A560AE is #5A9F51. Grayscale: #7D7D7D. Windows color (decimal): -5939026 or 11428005. OLE color: 11428005.

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

Color convert

RGB16596174-
CMYK0.050.4500.32
HSL293.08º32.5%52.94%-
HSV(B)293.08º44.83%68.24%-
XYZ27.3419.4242.35-
YUV125.52155.36156.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 174 (68.36% from 255) = 40%
R=37.93%
G=22.07%
B=40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165961740.050.4500.32293.0832.552.94
HexA560AE52D0201252035
Octal2451402565550404454065
Binary101001011100000101011101011011010100000100100101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A560AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A560AE; }

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

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

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

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

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

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

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

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