#A559A1

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

Shades of Violet Blue #A559A1

Tints of Violet Blue #A559A1

Color information

#A559A1 (or 0xA559A1) is unknown color: approx Violet Blue. HEX triplet: A5, 59 and A1. RGB value is (165,89,161). Sum of RGB (Red+Green+Blue) = 165+89+161=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A559A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A559A1 is #5AA65E. Grayscale: #777777. Windows color (decimal): -5940831 or 10574245. OLE color: 10574245.

HSL color Cylindrical-coordinate representation of color #A559A1: hue angle of 303.16º 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 #A559A1 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB16589161-
CMYK00.460.020.35
HSL303.16º29.92%49.8%-
HSV(B)303.16º46.06%64.71%-
XYZ25.5217.7235.79-
YUV119.93151.18160.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 89 (35.16% from 255) = 21.45%
BLUE value IS 161 (63.28% from 255) = 38.80%
R=39.76%
G=21.45%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658916100.460.020.35303.1629.9249.8
HexA559A102E22312f1e32
Octal2451312410562434573662
Binary1010010110110011010000101011101010001110010111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A559A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A559A1; }

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

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

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

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

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

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

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

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