#AA9EFF

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

Shades of Perano #AA9EFF

Tints of Perano #AA9EFF

Color information

#AA9EFF (or 0xAA9EFF) is unknown color: approx Perano. HEX triplet: AA, 9E and FF. RGB value is (170,158,255). Sum of RGB (Red+Green+Blue) = 170+158+255=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA9EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9EFF is #556100. Grayscale: #ACACAC. Windows color (decimal): -5595393 or 16752298. OLE color: 16752298.

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

Color convert

RGB170158255-
CMYK0.330.3800
HSL247.42º100%80.98%-
HSV(B)247.42º38.04%100%-
XYZ46.8540.2299.9-
YUV172.65174.48126.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 158 (62.11% from 255) = 27.10%
BLUE value IS 255 (100% from 255) = 43.74%
R=29.16%
G=27.10%
B=43.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701582550.330.3800247.4210080.98
HexAA9EFF212600f76451
Octal252236377414600367144121
Binary101010101001111011111111100001100110001111011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9EFF; }

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

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

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

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

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

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

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

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