#A8579E

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

Shades of Violet Blue #A8579E

Tints of Violet Blue #A8579E

Color information

#A8579E (or 0xA8579E) is unknown color: approx Violet Blue. HEX triplet: A8, 57 and 9E. RGB value is (168,87,158). Sum of RGB (Red+Green+Blue) = 168+87+158=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A8579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8579E is #57A861. Grayscale: #777777. Windows color (decimal): -5744738 or 10377128. OLE color: 10377128.

HSL color Cylindrical-coordinate representation of color #A8579E: hue angle of 307.41º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8579E is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB16887158-
CMYK00.480.060.34
HSL307.41º31.76%50%-
HSV(B)307.41º48.21%65.88%-
XYZ25.7317.6134.39-
YUV119.31149.84162.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.68%
GREEN value IS 87 (34.38% from 255) = 21.07%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=40.68%
G=21.07%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688715800.480.060.34307.4131.7650
HexA8579E0306221332032
Octal2501272360606424634062
Binary101010001010111100111100110000110100010100110011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8579E; }

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

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

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

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

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

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

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

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