#A5579F

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

Shades of Violet Blue #A5579F

Tints of Violet Blue #A5579F

Color information

#A5579F (or 0xA5579F) is unknown color: approx Violet Blue. HEX triplet: A5, 57 and 9F. RGB value is (165,87,159). Sum of RGB (Red+Green+Blue) = 165+87+159=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A5579F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5579F is #5AA860. Grayscale: #767676. Windows color (decimal): -5941345 or 10442661. OLE color: 10442661.

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

Color convert

RGB16587159-
CMYK00.470.040.35
HSL304.62º30.95%49.41%-
HSV(B)304.62º47.27%64.71%-
XYZ25.1817.3234.82-
YUV118.53150.84161.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 87 (34.38% from 255) = 21.17%
BLUE value IS 159 (62.5% from 255) = 38.69%
R=40.15%
G=21.17%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658715900.470.040.35304.6230.9549.41
HexA5579F02F4231311f31
Octal2451272370574434613761
Binary10100101101011110011111010111110010001110011000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5579F; }

 p { color: rgb(165,87,159); }

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

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

 a { background-color: rgb(165,87,159); }

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

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

 span { border-color: rgb(165,87,159); }

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