#AA3EA1

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

Shades of Violet Blue #AA3EA1

Tints of Violet Blue #AA3EA1

Color information

#AA3EA1 (or 0xAA3EA1) is unknown color: approx Violet Blue. HEX triplet: AA, 3E and A1. RGB value is (170,62,161). Sum of RGB (Red+Green+Blue) = 170+62+161=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3EA1 is #55C15E. Grayscale: #696969. Windows color (decimal): -5620063 or 10567338. OLE color: 10567338.

HSL color Cylindrical-coordinate representation of color #AA3EA1: hue angle of 305º 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 #AA3EA1 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB17062161-
CMYK00.640.050.33
HSL305º46.55%45.49%-
HSV(B)305º63.53%66.67%-
XYZ24.7314.5635.23-
YUV105.58159.28173.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 62 (24.61% from 255) = 15.78%
BLUE value IS 161 (63.28% from 255) = 40.97%
R=43.26%
G=15.78%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706216100.640.050.3330546.5545.49
HexAA3EA10405211312f2d
Octal2527624101005414615755
Binary101010101111101010000101000000101100001100110001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3EA1; }

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

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

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

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

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

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

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

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