#aa4699

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

Shades of Violet Blue #AA4699

Tints of Violet Blue #AA4699

Color information

#AA4699 (or 0xAA4699) is unknown color: approx Violet Blue. HEX triplet: AA, 46 and 99. RGB value is (170,70,153). Sum of RGB (Red+Green+Blue) = 170+70+153=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4699 is #55B966. Grayscale: #6D6D6D. Windows color (decimal): -5618023 or 10045098. OLE color: 10045098.

HSL color Cylindrical-coordinate representation of color #AA4699: hue angle of 310.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4699 is Cyan = 0, Magento = 0.59, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB17070153-
CMYK00.590.10.33
HSL310.2º41.67%47.06%-
HSV(B)310.2º58.82%66.67%-
XYZ24.5215.2331.78-
YUV109.36152.63171.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 70 (27.73% from 255) = 17.81%
BLUE value IS 153 (60.16% from 255) = 38.93%
R=43.26%
G=17.81%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707015300.590.10.33310.241.6747.06
HexAA469903BA211362a2f
Octal25210623107312414665257
Binary1010101010001101001100101110111010100001100110110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa4699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa4699; }

 p { color: rgb(170,70,153); }

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

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

 a { background-color: rgb(170,70,153); }

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

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

 span { border-color: rgb(170,70,153); }

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