#AAA6FF

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

Shades of Perano #AAA6FF

Tints of Perano #AAA6FF

Color information

#AAA6FF (or 0xAAA6FF) is unknown color: approx Perano. HEX triplet: AA, A6 and FF. RGB value is (170,166,255). Sum of RGB (Red+Green+Blue) = 170+166+255=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAA6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA6FF is #555900. Grayscale: #B0B0B0. Windows color (decimal): -5593345 or 16754346. OLE color: 16754346.

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

Color convert

RGB170166255-
CMYK0.330.3500
HSL242.7º100%82.55%-
HSV(B)242.7º34.9%100%-
XYZ48.2643.04100.37-
YUV177.34171.83122.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 166 (65.23% from 255) = 28.09%
BLUE value IS 255 (100% from 255) = 43.15%
R=28.76%
G=28.09%
B=43.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701662550.330.3500242.710082.55
HexAAA6FF212300f36453
Octal252246377414300363144123
Binary101010101010011011111111100001100011001111001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6FF; }

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

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

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

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

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

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

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

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