#A6549F

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

Shades of Violet Blue #A6549F

Tints of Violet Blue #A6549F

Color information

#A6549F (or 0xA6549F) is unknown color: approx Violet Blue. HEX triplet: A6, 54 and 9F. RGB value is (166,84,159). Sum of RGB (Red+Green+Blue) = 166+84+159=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6549F is #59AB60. Grayscale: #747474. Windows color (decimal): -5876577 or 10441894. OLE color: 10441894.

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

Color convert

RGB16684159-
CMYK00.490.040.35
HSL305.12º32.8%49.02%-
HSV(B)305.12º49.4%65.1%-
XYZ25.1516.9534.75-
YUV117.07151.67162.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 84 (33.20% from 255) = 20.54%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=40.59%
G=20.54%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668415900.490.040.35305.1232.849.02
HexA6549F0314231312131
Octal2461242370614434614161
Binary101001101010100100111110110001100100011100110001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6549F; }

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

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

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

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

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

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

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

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