#A7559A

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

Shades of Violet Blue #A7559A

Tints of Violet Blue #A7559A

Color information

#A7559A (or 0xA7559A) is unknown color: approx Violet Blue. HEX triplet: A7, 55 and 9A. RGB value is (167,85,154). Sum of RGB (Red+Green+Blue) = 167+85+154=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A7559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7559A is #58AA65. Grayscale: #757575. Windows color (decimal): -5810790 or 10114471. OLE color: 10114471.

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

Color convert

RGB16785154-
CMYK00.490.080.35
HSL309.51º32.54%49.41%-
HSV(B)309.51º49.1%65.49%-
XYZ25.0217.0532.54-
YUV117.38148.67163.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.13%
GREEN value IS 85 (33.59% from 255) = 20.94%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=41.13%
G=20.94%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678515400.490.080.35309.5132.5449.41
HexA7559A0318231362131
Octal24712523206110434664161
Binary1010011110101011001101001100011000100011100110110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7559A; }

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

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

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

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

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

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

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

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