#AA449D

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

Shades of Violet Blue #AA449D

Tints of Violet Blue #AA449D

Color information

#AA449D (or 0xAA449D) is unknown color: approx Violet Blue. HEX triplet: AA, 44 and 9D. RGB value is (170,68,157). Sum of RGB (Red+Green+Blue) = 170+68+157=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA449D is #55BB62. Grayscale: #6C6C6C. Windows color (decimal): -5618531 or 10306730. OLE color: 10306730.

HSL color Cylindrical-coordinate representation of color #AA449D: hue angle of 307.65º 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 #AA449D is Cyan = 0, Magento = 0.6, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17068157-
CMYK00.60.080.33
HSL307.65º42.86%46.67%-
HSV(B)307.65º60%66.67%-
XYZ24.7315.1133.51-
YUV108.64155.29171.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 68 (26.95% from 255) = 17.22%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=43.04%
G=17.22%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706815700.60.080.33307.6542.8646.67
HexAA449D03C8211342b2f
Octal25210423507410414645357
Binary1010101010001001001110101111001000100001100110100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA449D; }

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

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

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

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

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

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

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

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