#A5579E

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

Shades of Violet Blue #A5579E

Tints of Violet Blue #A5579E

Color information

#A5579E (or 0xA5579E) is unknown color: approx Violet Blue. HEX triplet: A5, 57 and 9E. RGB value is (165,87,158). Sum of RGB (Red+Green+Blue) = 165+87+158=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5579E is #5AA861. Grayscale: #767676. Windows color (decimal): -5941346 or 10377125. OLE color: 10377125.

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

Color convert

RGB16587158-
CMYK00.470.040.35
HSL305.38º30.95%49.41%-
HSV(B)305.38º47.27%64.71%-
XYZ25.117.2834.36-
YUV118.42150.34161.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 87 (34.38% from 255) = 21.22%
BLUE value IS 158 (62.11% from 255) = 38.54%
R=40.24%
G=21.22%
B=38.54%

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
Decimal1658715800.470.040.35305.3830.9549.41
HexA5579E02F4231311f31
Octal2451272360574434613761
Binary10100101101011110011110010111110010001110011000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5579E; }

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

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

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

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

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

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

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

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