#A7559C

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

Shades of Violet Blue #A7559C

Tints of Violet Blue #A7559C

Color information

#A7559C (or 0xA7559C) is unknown color: approx Violet Blue. HEX triplet: A7, 55 and 9C. RGB value is (167,85,156). Sum of RGB (Red+Green+Blue) = 167+85+156=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A7559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7559C is #58AA63. Grayscale: #757575. Windows color (decimal): -5810788 or 10245543. OLE color: 10245543.

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

Color convert

RGB16785156-
CMYK00.490.070.35
HSL308.05º32.54%49.41%-
HSV(B)308.05º49.1%65.49%-
XYZ25.1917.1133.43-
YUV117.61149.67163.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 85 (33.59% from 255) = 20.83%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=40.93%
G=20.83%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678515600.490.070.35308.0532.5449.41
HexA7559C0317231342131
Octal2471252340617434644161
Binary101001111010101100111000110001111100011100110100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7559C; }

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

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

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

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

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

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

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

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