#AA4EAC

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

Shades of Violet Blue #AA4EAC

Tints of Violet Blue #AA4EAC

Color information

#AA4EAC (or 0xAA4EAC) is unknown color: approx Violet Blue. HEX triplet: AA, 4E and AC. RGB value is (170,78,172). Sum of RGB (Red+Green+Blue) = 170+78+172=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA4EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4EAC is #55B153. Grayscale: #737373. Windows color (decimal): -5615956 or 11292330. OLE color: 11292330.

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

Color convert

RGB17078172-
CMYK0.010.5500.33
HSL298.72º37.6%49.02%-
HSV(B)298.72º54.65%67.45%-
XYZ26.7516.9740.9-
YUV116.22159.48166.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 78 (30.86% from 255) = 18.57%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=40.48%
G=18.57%
B=40.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170781720.010.5500.33298.7237.649.02
HexAA4EAC13702112b2631
Octal2521162541670414534661
Binary1010101010011101010110011101110100001100101011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4EAC; }

 p { color: rgb(170,78,172); }

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

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

 a { background-color: rgb(170,78,172); }

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

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

 span { border-color: rgb(170,78,172); }

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