#A6558E

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

Shades of Violet Blue #A6558E

Tints of Violet Blue #A6558E

Color information

#A6558E (or 0xA6558E) is unknown color: approx Violet Blue. HEX triplet: A6, 55 and 8E. RGB value is (166,85,142). Sum of RGB (Red+Green+Blue) = 166+85+142=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A6558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6558E is #59AA71. Grayscale: #737373. Windows color (decimal): -5876338 or 9328038. OLE color: 9328038.

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

Color convert

RGB16685142-
CMYK00.490.140.35
HSL317.78º32.27%49.22%-
HSV(B)317.78º48.8%65.1%-
XYZ23.8616.5627.53-
YUV115.72142.84163.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 85 (33.59% from 255) = 21.63%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=42.24%
G=21.63%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668514200.490.140.35317.7832.2749.22
HexA6558E031E2313e2031
Octal24612521606116434764061
Binary1010011010101011000111001100011110100011100111110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6558E; }

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

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

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

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

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

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

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

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