#AA3EAB

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

Shades of Violet Blue #AA3EAB

Tints of Violet Blue #AA3EAB

Color information

#AA3EAB (or 0xAA3EAB) is unknown color: approx Violet Blue. HEX triplet: AA, 3E and AB. RGB value is (170,62,171). Sum of RGB (Red+Green+Blue) = 170+62+171=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA3EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3EAB is #55C154. Grayscale: #6A6A6A. Windows color (decimal): -5620053 or 11222698. OLE color: 11222698.

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

Color convert

RGB17062171-
CMYK0.010.6400.33
HSL299.45º46.78%45.69%-
HSV(B)299.45º63.74%67.06%-
XYZ25.6514.9340.06-
YUV106.72164.28173.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 62 (24.61% from 255) = 15.38%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=42.18%
G=15.38%
B=42.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170621710.010.6400.33299.4546.7845.69
HexAA3EAB14002112b2f2e
Octal2527625311000414535756
Binary1010101011111010101011110000000100001100101011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3EAB; }

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

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

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

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

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

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

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

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