#A6549C

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

Shades of Violet Blue #A6549C

Tints of Violet Blue #A6549C

Color information

#A6549C (or 0xA6549C) is unknown color: approx Violet Blue. HEX triplet: A6, 54 and 9C. RGB value is (166,84,156). Sum of RGB (Red+Green+Blue) = 166+84+156=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A6549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6549C is #59AB63. Grayscale: #747474. Windows color (decimal): -5876580 or 10245286. OLE color: 10245286.

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

Color convert

RGB16684156-
CMYK00.490.060.35
HSL307.32º32.8%49.02%-
HSV(B)307.32º49.4%65.1%-
XYZ24.916.8533.39-
YUV116.73150.17163.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=40.89%
G=20.69%
B=38.42%

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
Decimal1668415600.490.060.35307.3232.849.02
HexA6549C0316231332131
Octal2461242340616434634161
Binary101001101010100100111000110001110100011100110011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6549C; }

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

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

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

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

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

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

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

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