#AA9DFF

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

Shades of Perano #AA9DFF

Tints of Perano #AA9DFF

Color information

#AA9DFF (or 0xAA9DFF) is unknown color: approx Perano. HEX triplet: AA, 9D and FF. RGB value is (170,157,255). Sum of RGB (Red+Green+Blue) = 170+157+255=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA9DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9DFF is #556200. Grayscale: #ABABAB. Windows color (decimal): -5595649 or 16752042. OLE color: 16752042.

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

Color convert

RGB170157255-
CMYK0.330.3800
HSL247.96º100%80.78%-
HSV(B)247.96º38.43%100%-
XYZ46.6839.8899.84-
YUV172.06174.81126.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.21%
GREEN value IS 157 (61.72% from 255) = 26.98%
BLUE value IS 255 (100% from 255) = 43.81%
R=29.21%
G=26.98%
B=43.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701572550.330.3800247.9610080.78
HexAA9DFF212600f86451
Octal252235377414600370144121
Binary101010101001110111111111100001100110001111100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DFF; }

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

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

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

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

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

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

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

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