#A6579E

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

Shades of Violet Blue #A6579E

Tints of Violet Blue #A6579E

Color information

#A6579E (or 0xA6579E) is unknown color: approx Violet Blue. HEX triplet: A6, 57 and 9E. RGB value is (166,87,158). Sum of RGB (Red+Green+Blue) = 166+87+158=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A6579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6579E is #59A861. Grayscale: #767676. Windows color (decimal): -5875810 or 10377126. OLE color: 10377126.

HSL color Cylindrical-coordinate representation of color #A6579E: hue angle of 306.08º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6579E is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16687158-
CMYK00.480.050.35
HSL306.08º31.23%49.61%-
HSV(B)306.08º47.59%65.1%-
XYZ25.3117.3934.37-
YUV118.72150.17161.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 87 (34.38% from 255) = 21.17%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=40.39%
G=21.17%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668715800.480.050.35306.0831.2349.61
HexA6579E0305231321f32
Octal2461272360605434623762
Binary10100110101011110011110011000010110001110011001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6579E; }

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

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

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

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

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

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

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

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