#A559B0

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

Shades of Violet Blue #A559B0

Tints of Violet Blue #A559B0

Color information

#A559B0 (or 0xA559B0) is unknown color: approx Violet Blue. HEX triplet: A5, 59 and B0. RGB value is (165,89,176). Sum of RGB (Red+Green+Blue) = 165+89+176=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 176 - color contains mainly: blue. Hex color #A559B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A559B0 is #5AA64F. Grayscale: #797979. Windows color (decimal): -5940816 or 11557285. OLE color: 11557285.

HSL color Cylindrical-coordinate representation of color #A559B0: hue angle of 292.41º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A559B0 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16589176-
CMYK0.060.4900.31
HSL292.41º35.51%51.96%-
HSV(B)292.41º49.43%69.02%-
XYZ26.9318.2843.18-
YUV121.64158.68158.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 89 (35.16% from 255) = 20.70%
BLUE value IS 176 (69.14% from 255) = 40.93%
R=38.37%
G=20.70%
B=40.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165891760.060.4900.31292.4135.5151.96
HexA559B063101F1242434
Octal2451312606610374444464
Binary10100101101100110110000110110001011111100100100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A559B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A559B0; }

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

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

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

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

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

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

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

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