#A9559C

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

Shades of Violet Blue #A9559C

Tints of Violet Blue #A9559C

Color information

#A9559C (or 0xA9559C) is unknown color: approx Violet Blue. HEX triplet: A9, 55 and 9C. RGB value is (169,85,156). Sum of RGB (Red+Green+Blue) = 169+85+156=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A9559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9559C is #56AA63. Grayscale: #767676. Windows color (decimal): -5679716 or 10245545. OLE color: 10245545.

HSL color Cylindrical-coordinate representation of color #A9559C: hue angle of 309.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9559C is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB16985156-
CMYK00.500.080.34
HSL309.29º33.07%49.8%-
HSV(B)309.29º49.7%66.27%-
XYZ25.6117.3333.45-
YUV118.21149.33164.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.22%
GREEN value IS 85 (33.59% from 255) = 20.73%
BLUE value IS 156 (61.33% from 255) = 38.05%
R=41.22%
G=20.73%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698515600.500.080.34309.2933.0749.8
HexA9559C0328221352132
Octal25112523406210424654162
Binary1010100110101011001110001100101000100010100110101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9559C; }

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

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

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

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

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

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

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

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