#A9569D

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

Shades of Violet Blue #A9569D

Tints of Violet Blue #A9569D

Color information

#A9569D (or 0xA9569D) is unknown color: approx Violet Blue. HEX triplet: A9, 56 and 9D. RGB value is (169,86,157). Sum of RGB (Red+Green+Blue) = 169+86+157=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A9569D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9569D is #56A962. Grayscale: #767676. Windows color (decimal): -5679459 or 10311337. OLE color: 10311337.

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

Color convert

RGB16986157-
CMYK00.490.070.34
HSL308.67º32.55%50%-
HSV(B)308.67º49.11%66.27%-
XYZ25.7817.5233.92-
YUV118.91149.5163.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.02%
GREEN value IS 86 (33.98% from 255) = 20.87%
BLUE value IS 157 (61.72% from 255) = 38.11%
R=41.02%
G=20.87%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698615700.490.070.34308.6732.5550
HexA9569D0317221352132
Octal2511262350617424654162
Binary101010011010110100111010110001111100010100110101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9569D; }

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

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

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

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

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

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

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

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