#AA4DAE

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

Shades of Violet Blue #AA4DAE

Tints of Violet Blue #AA4DAE

Color information

#AA4DAE (or 0xAA4DAE) is unknown color: approx Violet Blue. HEX triplet: AA, 4D and AE. RGB value is (170,77,174). Sum of RGB (Red+Green+Blue) = 170+77+174=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA4DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4DAE is #55B251. Grayscale: #737373. Windows color (decimal): -5616210 or 11423146. OLE color: 11423146.

HSL color Cylindrical-coordinate representation of color #AA4DAE: hue angle of 297.53º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4DAE is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17077174-
CMYK0.020.5600.32
HSL297.53º38.65%49.22%-
HSV(B)297.53º55.75%68.24%-
XYZ26.8716.9141.89-
YUV115.86160.81166.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 77 (30.47% from 255) = 18.29%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=40.38%
G=18.29%
B=41.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170771740.020.5600.32297.5338.6549.22
HexAA4DAE23802012a2731
Octal2521152562700404524761
Binary10101010100110110101110101110000100000100101010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4DAE; }

 p { color: rgb(170,77,174); }

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

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

 a { background-color: rgb(170,77,174); }

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

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

 span { border-color: rgb(170,77,174); }

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