#A9569C

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

Shades of Violet Blue #A9569C

Tints of Violet Blue #A9569C

Color information

#A9569C (or 0xA9569C) is unknown color: approx Violet Blue. HEX triplet: A9, 56 and 9C. RGB value is (169,86,156). Sum of RGB (Red+Green+Blue) = 169+86+156=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A9569C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9569C is #56A963. Grayscale: #767676. Windows color (decimal): -5679460 or 10245801. OLE color: 10245801.

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

Color convert

RGB16986156-
CMYK00.490.080.34
HSL309.4º32.55%50%-
HSV(B)309.4º49.11%66.27%-
XYZ25.6917.4933.47-
YUV118.8149163.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.12%
GREEN value IS 86 (33.98% from 255) = 20.92%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=41.12%
G=20.92%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698615600.490.080.34309.432.5550
HexA9569C0318221352132
Octal25112623406110424654162
Binary1010100110101101001110001100011000100010100110101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9569C; }

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

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

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

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

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

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

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

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