#AA3EAA

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

Shades of Violet Blue #AA3EAA

Tints of Violet Blue #AA3EAA

Color information

#AA3EAA (or 0xAA3EAA) is unknown color: approx Violet Blue. HEX triplet: AA, 3E and AA. RGB value is (170,62,170). Sum of RGB (Red+Green+Blue) = 170+62+170=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA3EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3EAA is #55C155. Grayscale: #6A6A6A. Windows color (decimal): -5620054 or 11157162. OLE color: 11157162.

HSL color Cylindrical-coordinate representation of color #AA3EAA: hue angle of 300º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA3EAA is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17062170-
CMYK00.6400.33
HSL300º46.55%45.49%-
HSV(B)300º63.53%66.67%-
XYZ25.5614.8939.56-
YUV106.6163.78173.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 62 (24.61% from 255) = 15.42%
BLUE value IS 170 (66.80% from 255) = 42.29%
R=42.29%
G=15.42%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706217000.6400.3330046.5545.49
HexAA3EAA04002112c2f2d
Octal2527625201000414545755
Binary1010101011111010101010010000000100001100101100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3EAA; }

 p { color: rgb(170,62,170); }

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

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

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

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

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

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

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