#A7579D

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

Shades of Violet Blue #A7579D

Tints of Violet Blue #A7579D

Color information

#A7579D (or 0xA7579D) is unknown color: approx Violet Blue. HEX triplet: A7, 57 and 9D. RGB value is (167,87,157). Sum of RGB (Red+Green+Blue) = 167+87+157=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A7579D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7579D is #58A862. Grayscale: #767676. Windows color (decimal): -5810275 or 10311591. OLE color: 10311591.

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

Color convert

RGB16787157-
CMYK00.480.060.35
HSL307.5º31.5%49.8%-
HSV(B)307.5º47.9%65.49%-
XYZ25.4317.4733.93-
YUV118.9149.5162.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 87 (34.38% from 255) = 21.17%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=40.63%
G=21.17%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678715700.480.060.35307.531.549.8
HexA7579D0306231341f32
Octal2471272350606434643762
Binary10100111101011110011101011000011010001110011010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7579D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7579D; }

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

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

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

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

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

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

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

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