#A9569B

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

Shades of Violet Blue #A9569B

Tints of Violet Blue #A9569B

Color information

#A9569B (or 0xA9569B) is unknown color: approx Violet Blue. HEX triplet: A9, 56 and 9B. RGB value is (169,86,155). Sum of RGB (Red+Green+Blue) = 169+86+155=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A9569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9569B is #56A964. Grayscale: #767676. Windows color (decimal): -5679461 or 10180265. OLE color: 10180265.

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

Color convert

RGB16986155-
CMYK00.490.080.34
HSL310.12º32.55%50%-
HSV(B)310.12º49.11%66.27%-
XYZ25.6117.4633.03-
YUV118.68148.5163.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.22%
GREEN value IS 86 (33.98% from 255) = 20.98%
BLUE value IS 155 (60.94% from 255) = 37.80%
R=41.22%
G=20.98%
B=37.80%

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
Decimal1698615500.490.080.34310.1232.5550
HexA9569B0318221362132
Octal25112623306110424664162
Binary1010100110101101001101101100011000100010100110110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9569B; }

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

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

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

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

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

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

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

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