#AAA6FA

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

Shades of Perano #AAA6FA

Tints of Perano #AAA6FA

Color information

#AAA6FA (or 0xAAA6FA) is unknown color: approx Perano. HEX triplet: AA, A6 and FA. RGB value is (170,166,250). Sum of RGB (Red+Green+Blue) = 170+166+250=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAA6FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA6FA is #555905. Grayscale: #B0B0B0. Windows color (decimal): -5593350 or 16426666. OLE color: 16426666.

HSL color Cylindrical-coordinate representation of color #AAA6FA: hue angle of 242.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAA6FA is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170166250-
CMYK0.320.3400.02
HSL242.86º89.36%81.57%-
HSV(B)242.86º33.6%98.04%-
XYZ47.4742.7296.19-
YUV176.77169.33123.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 166 (65.23% from 255) = 28.33%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=29.01%
G=28.33%
B=42.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701662500.320.3400.02242.8689.3681.57
HexAAA6FA202202f35952
Octal252246372404202363131122
Binary1010101010100110111110101000001000100101111001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6FA; }

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

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

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

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

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

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

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

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