#A6559B

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

Shades of Violet Blue #A6559B

Tints of Violet Blue #A6559B

Color information

#A6559B (or 0xA6559B) is unknown color: approx Violet Blue. HEX triplet: A6, 55 and 9B. RGB value is (166,85,155). Sum of RGB (Red+Green+Blue) = 166+85+155=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A6559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6559B is #59AA64. Grayscale: #747474. Windows color (decimal): -5876325 or 10180006. OLE color: 10180006.

HSL color Cylindrical-coordinate representation of color #A6559B: hue angle of 308.15º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6559B is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16685155-
CMYK00.490.070.35
HSL308.15º32.27%49.22%-
HSV(B)308.15º48.8%65.1%-
XYZ24.8916.9732.97-
YUV117.2149.34162.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 85 (33.59% from 255) = 20.94%
BLUE value IS 155 (60.94% from 255) = 38.18%
R=40.89%
G=20.94%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668515500.490.070.35308.1532.2749.22
HexA6559B0317231342031
Octal2461252330617434644061
Binary101001101010101100110110110001111100011100110100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6559B; }

 p { color: rgb(166,85,155); }

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

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

 a { background-color: rgb(166,85,155); }

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

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

 span { border-color: rgb(166,85,155); }

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