#AA4EB0

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

Shades of Violet Blue #AA4EB0

Tints of Violet Blue #AA4EB0

Color information

#AA4EB0 (or 0xAA4EB0) is unknown color: approx Violet Blue. HEX triplet: AA, 4E and B0. RGB value is (170,78,176). Sum of RGB (Red+Green+Blue) = 170+78+176=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA4EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4EB0 is #55B14F. Grayscale: #747474. Windows color (decimal): -5615952 or 11554474. OLE color: 11554474.

HSL color Cylindrical-coordinate representation of color #AA4EB0: hue angle of 296.33º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4EB0 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17078176-
CMYK0.030.5600.31
HSL296.33º38.58%49.8%-
HSV(B)296.33º55.68%69.02%-
XYZ27.1417.1342.95-
YUV116.68161.48166.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 78 (30.86% from 255) = 18.40%
BLUE value IS 176 (69.14% from 255) = 41.51%
R=40.09%
G=18.40%
B=41.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170781760.030.5600.31296.3338.5849.8
HexAA4EB033801F1282732
Octal2521162603700374504762
Binary1010101010011101011000011111000011111100101000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4EB0; }

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

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

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

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

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

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

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

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