#AA9FFF

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

Shades of Perano #AA9FFF

Tints of Perano #AA9FFF

Color information

#AA9FFF (or 0xAA9FFF) is unknown color: approx Perano. HEX triplet: AA, 9F and FF. RGB value is (170,159,255). Sum of RGB (Red+Green+Blue) = 170+159+255=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA9FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9FFF is #556000. Grayscale: #ACACAC. Windows color (decimal): -5595137 or 16752554. OLE color: 16752554.

HSL color Cylindrical-coordinate representation of color #AA9FFF: hue angle of 246.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA9FFF is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170159255-
CMYK0.330.3800
HSL246.88º100%81.18%-
HSV(B)246.88º37.65%100%-
XYZ47.0340.5699.96-
YUV173.23174.14125.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.11%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 255 (100% from 255) = 43.66%
R=29.11%
G=27.23%
B=43.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701592550.330.3800246.8810081.18
HexAA9FFF212600f76451
Octal252237377414600367144121
Binary101010101001111111111111100001100110001111011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FFF; }

 p { color: rgb(170,159,255); }

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

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

 a { background-color: rgb(170,159,255); }

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

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

 span { border-color: rgb(170,159,255); }

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