#A559AE

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

Shades of Violet Blue #A559AE

Tints of Violet Blue #A559AE

Color information

#A559AE (or 0xA559AE) is unknown color: approx Violet Blue. HEX triplet: A5, 59 and AE. RGB value is (165,89,174). Sum of RGB (Red+Green+Blue) = 165+89+174=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #A559AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A559AE is #5AA651. Grayscale: #797979. Windows color (decimal): -5940818 or 11426213. OLE color: 11426213.

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

Color convert

RGB16589174-
CMYK0.050.4900.32
HSL293.65º34.41%51.57%-
HSV(B)293.65º48.85%68.24%-
XYZ26.7318.242.15-
YUV121.41157.68159.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.55%
GREEN value IS 89 (35.16% from 255) = 20.79%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=38.55%
G=20.79%
B=40.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165891740.050.4900.32293.6534.4151.57
HexA559AE5310201262234
Octal2451312565610404464264
Binary101001011011001101011101011100010100000100100110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A559AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A559AE; }

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

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

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

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

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

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

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

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