#A7579A

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

Shades of Violet Blue #A7579A

Tints of Violet Blue #A7579A

Color information

#A7579A (or 0xA7579A) is unknown color: approx Violet Blue. HEX triplet: A7, 57 and 9A. RGB value is (167,87,154). Sum of RGB (Red+Green+Blue) = 167+87+154=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A7579A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7579A is #58A865. Grayscale: #767676. Windows color (decimal): -5810278 or 10114983. OLE color: 10114983.

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

Color convert

RGB16787154-
CMYK00.480.080.35
HSL309.75º31.5%49.8%-
HSV(B)309.75º47.9%65.49%-
XYZ25.1817.3632.6-
YUV118.56148162.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 87 (34.38% from 255) = 21.32%
BLUE value IS 154 (60.55% from 255) = 37.75%
R=40.93%
G=21.32%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678715400.480.080.35309.7531.549.8
HexA7579A0308231361f32
Octal24712723206010434663762
Binary101001111010111100110100110000100010001110011011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7579A; }

 p { color: rgb(167,87,154); }

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

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

 a { background-color: rgb(167,87,154); }

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

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

 span { border-color: rgb(167,87,154); }

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