#A1AAED

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

Shades of Perano #A1AAED

Tints of Perano #A1AAED

Color information

#A1AAED (or 0xA1AAED) is unknown color: approx Perano. HEX triplet: A1, AA and ED. RGB value is (161,170,237). Sum of RGB (Red+Green+Blue) = 161+170+237=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1AAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AAED is #5E5512. Grayscale: #AEAEAE. Windows color (decimal): -6182163 or 15575713. OLE color: 15575713.

HSL color Cylindrical-coordinate representation of color #A1AAED: hue angle of 232.89º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1AAED is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161170237-
CMYK0.320.2800.07
HSL232.89º67.86%78.04%-
HSV(B)232.89º32.07%92.94%-
XYZ44.3642.4485.97-
YUV174.95163.02118.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.35%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=28.35%
G=29.93%
B=41.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611702370.320.2800.07232.8967.8678.04
HexA1AAED201C07e9444e
Octal241252355403407351104116
Binary1010000110101010111011011000001110001111110100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AAED; }

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

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

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

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

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

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

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

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