#A1AAE7

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

Shades of Perano #A1AAE7

Tints of Perano #A1AAE7

Color information

#A1AAE7 (or 0xA1AAE7) is unknown color: approx Perano. HEX triplet: A1, AA and E7. RGB value is (161,170,231). Sum of RGB (Red+Green+Blue) = 161+170+231=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 231 - color contains mainly: blue. Hex color #A1AAE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AAE7 is #5E5518. Grayscale: #AEAEAE. Windows color (decimal): -6182169 or 15182497. OLE color: 15182497.

HSL color Cylindrical-coordinate representation of color #A1AAE7: hue angle of 232.29º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1AAE7 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB161170231-
CMYK0.300.2600.09
HSL232.29º59.32%76.86%-
HSV(B)232.29º30.3%90.59%-
XYZ43.542.181.43-
YUV174.26160.02118.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.65%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 231 (90.62% from 255) = 41.10%
R=28.65%
G=30.25%
B=41.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1611702310.300.2600.09232.2959.3276.86
HexA1AAE71E1A09e83b4d
Octal241252347363201135073115
Binary101000011010101011100111111101101001001111010001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AAE7; }

 p { color: rgb(161,170,231); }

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

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

 a { background-color: rgb(161,170,231); }

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

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

 span { border-color: rgb(161,170,231); }

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