#A9569A

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

Shades of Violet Blue #A9569A

Tints of Violet Blue #A9569A

Color information

#A9569A (or 0xA9569A) is unknown color: approx Violet Blue. HEX triplet: A9, 56 and 9A. RGB value is (169,86,154). Sum of RGB (Red+Green+Blue) = 169+86+154=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A9569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9569A is #56A965. Grayscale: #767676. Windows color (decimal): -5679462 or 10114729. OLE color: 10114729.

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

Color convert

RGB16986154-
CMYK00.490.090.34
HSL310.84º32.55%50%-
HSV(B)310.84º49.11%66.27%-
XYZ25.5217.4232.59-
YUV118.57148163.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.32%
GREEN value IS 86 (33.98% from 255) = 21.03%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=41.32%
G=21.03%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698615400.490.090.34310.8432.5550
HexA9569A0319221372132
Octal25112623206111424674162
Binary1010100110101101001101001100011001100010100110111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9569A; }

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

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

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

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

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

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

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

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