#A7558E

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

Shades of Violet Blue #A7558E

Tints of Violet Blue #A7558E

Color information

#A7558E (or 0xA7558E) is unknown color: approx Violet Blue. HEX triplet: A7, 55 and 8E. RGB value is (167,85,142). Sum of RGB (Red+Green+Blue) = 167+85+142=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A7558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7558E is #58AA71. Grayscale: #737373. Windows color (decimal): -5810802 or 9328039. OLE color: 9328039.

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

Color convert

RGB16785142-
CMYK00.490.150.35
HSL318.29º32.54%49.41%-
HSV(B)318.29º49.1%65.49%-
XYZ24.0716.6727.54-
YUV116.02142.67164.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=42.39%
G=21.57%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678514200.490.150.35318.2932.5449.41
HexA7558E031F2313e2131
Octal24712521606117434764161
Binary1010011110101011000111001100011111100011100111110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7558E; }

 p { color: rgb(167,85,142); }

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

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

 a { background-color: rgb(167,85,142); }

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

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

 span { border-color: rgb(167,85,142); }

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