#AA569F

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

Shades of Violet Blue #AA569F

Tints of Violet Blue #AA569F

Color information

#AA569F (or 0xAA569F) is unknown color: approx Violet Blue. HEX triplet: AA, 56 and 9F. RGB value is (170,86,159). Sum of RGB (Red+Green+Blue) = 170+86+159=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA569F is #55A960. Grayscale: #777777. Windows color (decimal): -5613921 or 10442410. OLE color: 10442410.

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

Color convert

RGB17086159-
CMYK00.490.060.33
HSL307.86º33.07%50.2%-
HSV(B)307.86º49.41%66.67%-
XYZ26.1617.734.84-
YUV119.44150.33164.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 86 (33.98% from 255) = 20.72%
BLUE value IS 159 (62.5% from 255) = 38.31%
R=40.96%
G=20.72%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708615900.490.060.33307.8633.0750.2
HexAA569F0316211342132
Octal2521262370616414644162
Binary101010101010110100111110110001110100001100110100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA569F; }

 p { color: rgb(170,86,159); }

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

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

 a { background-color: rgb(170,86,159); }

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

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

 span { border-color: rgb(170,86,159); }

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