#A6559C

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

Shades of Violet Blue #A6559C

Tints of Violet Blue #A6559C

Color information

#A6559C (or 0xA6559C) is unknown color: approx Violet Blue. HEX triplet: A6, 55 and 9C. RGB value is (166,85,156). Sum of RGB (Red+Green+Blue) = 166+85+156=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A6559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6559C is #59AA63. Grayscale: #757575. Windows color (decimal): -5876324 or 10245542. OLE color: 10245542.

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

Color convert

RGB16685156-
CMYK00.490.060.35
HSL307.41º32.27%49.22%-
HSV(B)307.41º48.8%65.1%-
XYZ24.981733.42-
YUV117.31149.84162.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 85 (33.59% from 255) = 20.88%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=40.79%
G=20.88%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668515600.490.060.35307.4132.2749.22
HexA6559C0316231332031
Octal2461252340616434634061
Binary101001101010101100111000110001110100011100110011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6559C; }

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

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

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

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

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

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

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

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