#AA4199

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

Shades of Violet Blue #AA4199

Tints of Violet Blue #AA4199

Color information

#AA4199 (or 0xAA4199) is unknown color: approx Violet Blue. HEX triplet: AA, 41 and 99. RGB value is (170,65,153). Sum of RGB (Red+Green+Blue) = 170+65+153=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4199 is #55BE66. Grayscale: #6A6A6A. Windows color (decimal): -5619303 or 10043818. OLE color: 10043818.

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

Color convert

RGB17065153-
CMYK00.620.10.33
HSL309.71º44.68%46.08%-
HSV(B)309.71º61.76%66.67%-
XYZ24.2214.6331.68-
YUV106.43154.29173.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 65 (25.78% from 255) = 16.75%
BLUE value IS 153 (60.16% from 255) = 39.43%
R=43.81%
G=16.75%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706515300.620.10.33309.7144.6846.08
HexAA419903EA211362d2e
Octal25210123107612414665556
Binary1010101010000011001100101111101010100001100110110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4199; }

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

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

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

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

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

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

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

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