#AA3EA3

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

Shades of Violet Blue #AA3EA3

Tints of Violet Blue #AA3EA3

Color information

#AA3EA3 (or 0xAA3EA3) is unknown color: approx Violet Blue. HEX triplet: AA, 3E and A3. RGB value is (170,62,163). Sum of RGB (Red+Green+Blue) = 170+62+163=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3EA3 is #55C15C. Grayscale: #696969. Windows color (decimal): -5620061 or 10698410. OLE color: 10698410.

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

Color convert

RGB17062163-
CMYK00.640.040.33
HSL303.89º46.55%45.49%-
HSV(B)303.89º63.53%66.67%-
XYZ24.9114.6436.16-
YUV105.81160.28173.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 62 (24.61% from 255) = 15.70%
BLUE value IS 163 (64.06% from 255) = 41.27%
R=43.04%
G=15.70%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706216300.640.040.33303.8946.5545.49
HexAA3EA30404211302f2d
Octal2527624301004414605755
Binary101010101111101010001101000000100100001100110000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3EA3; }

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

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

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

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

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

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

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

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