#A559A0

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

Shades of Violet Blue #A559A0

Tints of Violet Blue #A559A0

Color information

#A559A0 (or 0xA559A0) is unknown color: approx Violet Blue. HEX triplet: A5, 59 and A0. RGB value is (165,89,160). Sum of RGB (Red+Green+Blue) = 165+89+160=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A559A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A559A0 is #5AA65F. Grayscale: #777777. Windows color (decimal): -5940832 or 10508709. OLE color: 10508709.

HSL color Cylindrical-coordinate representation of color #A559A0: hue angle of 303.95º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A559A0 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB16589160-
CMYK00.460.030.35
HSL303.95º29.92%49.8%-
HSV(B)303.95º46.06%64.71%-
XYZ25.4317.6835.33-
YUV119.82150.68160.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 89 (35.16% from 255) = 21.50%
BLUE value IS 160 (62.89% from 255) = 38.65%
R=39.86%
G=21.50%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658916000.460.030.35303.9529.9249.8
HexA559A002E3231301e32
Octal2451312400563434603662
Binary1010010110110011010000001011101110001110011000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A559A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A559A0; }

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

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

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

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

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

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

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

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