#AA439E

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

Shades of Violet Blue #AA439E

Tints of Violet Blue #AA439E

Color information

#AA439E (or 0xAA439E) is unknown color: approx Violet Blue. HEX triplet: AA, 43 and 9E. RGB value is (170,67,158). Sum of RGB (Red+Green+Blue) = 170+67+158=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA439E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA439E is #55BC61. Grayscale: #6B6B6B. Windows color (decimal): -5618786 or 10372010. OLE color: 10372010.

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

Color convert

RGB17067158-
CMYK00.610.070.33
HSL306.99º43.46%46.47%-
HSV(B)306.99º60.59%66.67%-
XYZ24.7615.0333.94-
YUV108.17156.12172.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 67 (26.56% from 255) = 16.96%
BLUE value IS 158 (62.11% from 255) = 40%
R=43.04%
G=16.96%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706715800.610.070.33306.9943.4646.47
HexAA439E03D7211332b2e
Octal2521032360757414635356
Binary101010101000011100111100111101111100001100110011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA439E; }

 p { color: rgb(170,67,158); }

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

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

 a { background-color: rgb(170,67,158); }

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

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

 span { border-color: rgb(170,67,158); }

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