#AA40A9

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

Shades of Violet Blue #AA40A9

Tints of Violet Blue #AA40A9

Color information

#AA40A9 (or 0xAA40A9) is unknown color: approx Violet Blue. HEX triplet: AA, 40 and A9. RGB value is (170,64,169). Sum of RGB (Red+Green+Blue) = 170+64+169=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA40A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA40A9 is #55BF56. Grayscale: #6B6B6B. Windows color (decimal): -5619543 or 11092138. OLE color: 11092138.

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

Color convert

RGB17064169-
CMYK00.620.010.33
HSL300.57º45.3%45.88%-
HSV(B)300.57º62.35%66.67%-
XYZ25.5715.0839.1-
YUV107.66162.62172.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 64 (25.39% from 255) = 15.88%
BLUE value IS 169 (66.41% from 255) = 41.94%
R=42.18%
G=15.88%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706416900.620.010.33300.5745.345.88
HexAA40A903E12112d2d2e
Octal2521002510761414555556
Binary1010101010000001010100101111101100001100101101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA40A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA40A9; }

 p { color: rgb(170,64,169); }

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

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

 a { background-color: rgb(170,64,169); }

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

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

 span { border-color: rgb(170,64,169); }

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