#A6549E

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

Shades of Violet Blue #A6549E

Tints of Violet Blue #A6549E

Color information

#A6549E (or 0xA6549E) is unknown color: approx Violet Blue. HEX triplet: A6, 54 and 9E. RGB value is (166,84,158). Sum of RGB (Red+Green+Blue) = 166+84+158=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A6549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6549E is #59AB61. Grayscale: #747474. Windows color (decimal): -5876578 or 10376358. OLE color: 10376358.

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

Color convert

RGB16684158-
CMYK00.490.050.35
HSL305.85º32.8%49.02%-
HSV(B)305.85º49.4%65.1%-
XYZ25.0716.9234.29-
YUV116.95151.17162.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=40.69%
G=20.59%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668415800.490.050.35305.8532.849.02
HexA6549E0315231322131
Octal2461242360615434624161
Binary101001101010100100111100110001101100011100110010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6549E; }

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

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

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

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

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

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

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

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