#AA4AA1

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

Shades of Violet Blue #AA4AA1

Tints of Violet Blue #AA4AA1

Color information

#AA4AA1 (or 0xAA4AA1) is unknown color: approx Violet Blue. HEX triplet: AA, 4A and A1. RGB value is (170,74,161). Sum of RGB (Red+Green+Blue) = 170+74+161=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4AA1 is #55B55E. Grayscale: #707070. Windows color (decimal): -5616991 or 10570410. OLE color: 10570410.

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

Color convert

RGB17074161-
CMYK00.560.050.33
HSL305.62º39.34%47.84%-
HSV(B)305.62º56.47%66.67%-
XYZ25.4616.0235.47-
YUV112.62155.3168.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 161 (63.28% from 255) = 39.75%
R=41.98%
G=18.27%
B=39.75%

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
Decimal1707416100.560.050.33305.6239.3447.84
HexAA4AA10385211322730
Octal2521122410705414624760
Binary101010101001010101000010111000101100001100110010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4AA1; }

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

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

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

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

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

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

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

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