#AA3FA1

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

Shades of Violet Blue #AA3FA1

Tints of Violet Blue #AA3FA1

Color information

#AA3FA1 (or 0xAA3FA1) is unknown color: approx Violet Blue. HEX triplet: AA, 3F and A1. RGB value is (170,63,161). Sum of RGB (Red+Green+Blue) = 170+63+161=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3FA1 is #55C05E. Grayscale: #696969. Windows color (decimal): -5619807 or 10567594. OLE color: 10567594.

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

Color convert

RGB17063161-
CMYK00.630.050.33
HSL305.05º45.92%45.69%-
HSV(B)305.05º62.94%66.67%-
XYZ24.7914.6735.24-
YUV106.16158.95173.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 63 (25% from 255) = 15.99%
BLUE value IS 161 (63.28% from 255) = 40.86%
R=43.15%
G=15.99%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706316100.630.050.33305.0545.9245.69
HexAA3FA103F5211312e2e
Octal252772410775414615656
Binary10101010111111101000010111111101100001100110001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3FA1; }

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

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

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

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

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

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

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

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