#AA5D9F

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

Shades of Violet Blue #AA5D9F

Tints of Violet Blue #AA5D9F

Color information

#AA5D9F (or 0xAA5D9F) is unknown color: approx Violet Blue. HEX triplet: AA, 5D and 9F. RGB value is (170,93,159). Sum of RGB (Red+Green+Blue) = 170+93+159=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5D9F is #55A260. Grayscale: #7B7B7B. Windows color (decimal): -5612129 or 10444202. OLE color: 10444202.

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

Color convert

RGB17093159-
CMYK00.450.060.33
HSL308.57º31.17%51.57%-
HSV(B)308.57º45.29%66.67%-
XYZ26.7518.8835.03-
YUV123.55148.01161.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 93 (36.72% from 255) = 22.04%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=40.28%
G=22.04%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709315900.450.060.33308.5731.1751.57
HexAA5D9F02D6211351f34
Octal2521352370556414653764
Binary10101010101110110011111010110111010000110011010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5D9F; }

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

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

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

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

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

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

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

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