#AA5FA1

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

Shades of Violet Blue #AA5FA1

Tints of Violet Blue #AA5FA1

Color information

#AA5FA1 (or 0xAA5FA1) is unknown color: approx Violet Blue. HEX triplet: AA, 5F and A1. RGB value is (170,95,161). Sum of RGB (Red+Green+Blue) = 170+95+161=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5FA1 is #55A05E. Grayscale: #7C7C7C. Windows color (decimal): -5611615 or 10575786. OLE color: 10575786.

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

Color convert

RGB17095161-
CMYK00.440.050.33
HSL307.2º30.61%51.96%-
HSV(B)307.2º44.12%66.67%-
XYZ27.119.336.02-
YUV124.95148.35160.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 95 (37.5% from 255) = 22.30%
BLUE value IS 161 (63.28% from 255) = 37.79%
R=39.91%
G=22.30%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709516100.440.050.33307.230.6151.96
HexAA5FA102C5211331f34
Octal2521372410545414633764
Binary10101010101111110100001010110010110000110011001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FA1; }

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

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

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

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

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

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

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

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