#AA449B

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

Shades of Violet Blue #AA449B

Tints of Violet Blue #AA449B

Color information

#AA449B (or 0xAA449B) is unknown color: approx Violet Blue. HEX triplet: AA, 44 and 9B. RGB value is (170,68,155). Sum of RGB (Red+Green+Blue) = 170+68+155=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA449B is #55BB64. Grayscale: #6C6C6C. Windows color (decimal): -5618533 or 10175658. OLE color: 10175658.

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

Color convert

RGB17068155-
CMYK00.60.090.33
HSL308.82º42.86%46.67%-
HSV(B)308.82º60%66.67%-
XYZ24.5615.0532.62-
YUV108.42154.29171.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 68 (26.95% from 255) = 17.30%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=43.26%
G=17.30%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706815500.60.090.33308.8242.8646.67
HexAA449B03C9211352b2f
Octal25210423307411414655357
Binary1010101010001001001101101111001001100001100110101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA449B; }

 p { color: rgb(170,68,155); }

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

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

 a { background-color: rgb(170,68,155); }

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

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

 span { border-color: rgb(170,68,155); }

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