#A5579D

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

Shades of Violet Blue #A5579D

Tints of Violet Blue #A5579D

Color information

#A5579D (or 0xA5579D) is unknown color: approx Violet Blue. HEX triplet: A5, 57 and 9D. RGB value is (165,87,157). Sum of RGB (Red+Green+Blue) = 165+87+157=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A5579D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5579D is #5AA862. Grayscale: #767676. Windows color (decimal): -5941347 or 10311589. OLE color: 10311589.

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

Color convert

RGB16587157-
CMYK00.470.050.35
HSL306.15º30.95%49.41%-
HSV(B)306.15º47.27%64.71%-
XYZ25.0117.2533.91-
YUV118.3149.84161.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 87 (34.38% from 255) = 21.27%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=40.34%
G=21.27%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658715700.470.050.35306.1530.9549.41
HexA5579D02F5231321f31
Octal2451272350575434623761
Binary10100101101011110011101010111110110001110011001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5579D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5579D; }

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

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

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

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

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

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

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

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