#AAA0FF

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

Shades of Perano #AAA0FF

Tints of Perano #AAA0FF

Color information

#AAA0FF (or 0xAAA0FF) is unknown color: approx Perano. HEX triplet: AA, A0 and FF. RGB value is (170,160,255). Sum of RGB (Red+Green+Blue) = 170+160+255=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAA0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA0FF is #555F00. Grayscale: #ADADAD. Windows color (decimal): -5594881 or 16752810. OLE color: 16752810.

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

Color convert

RGB170160255-
CMYK0.330.3700
HSL246.32º100%81.37%-
HSV(B)246.32º37.25%100%-
XYZ47.240.91100.02-
YUV173.82173.81125.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 160 (62.89% from 255) = 27.35%
BLUE value IS 255 (100% from 255) = 43.59%
R=29.06%
G=27.35%
B=43.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701602550.330.3700246.3210081.37
HexAAA0FF212500f66451
Octal252240377414500366144121
Binary101010101010000011111111100001100101001111011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0FF; }

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

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

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

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

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

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

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

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