#AA4BA1

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

Shades of Violet Blue #AA4BA1

Tints of Violet Blue #AA4BA1

Color information

#AA4BA1 (or 0xAA4BA1) is unknown color: approx Violet Blue. HEX triplet: AA, 4B and A1. RGB value is (170,75,161). Sum of RGB (Red+Green+Blue) = 170+75+161=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4BA1 is #55B45E. Grayscale: #707070. Windows color (decimal): -5616735 or 10570666. OLE color: 10570666.

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

Color convert

RGB17075161-
CMYK00.560.050.33
HSL305.68º38.78%48.04%-
HSV(B)305.68º55.88%66.67%-
XYZ25.5316.1535.49-
YUV113.21154.97168.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 75 (29.69% from 255) = 18.47%
BLUE value IS 161 (63.28% from 255) = 39.66%
R=41.87%
G=18.47%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707516100.560.050.33305.6838.7848.04
HexAA4BA10385211322730
Octal2521132410705414624760
Binary101010101001011101000010111000101100001100110010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4BA1; }

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

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

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

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

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

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

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

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