#A1AAF1

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

Shades of Perano #A1AAF1

Tints of Perano #A1AAF1

Color information

#A1AAF1 (or 0xA1AAF1) is unknown color: approx Perano. HEX triplet: A1, AA and F1. RGB value is (161,170,241). Sum of RGB (Red+Green+Blue) = 161+170+241=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #A1AAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AAF1 is #5E550E. Grayscale: #AFAFAF. Windows color (decimal): -6182159 or 15837857. OLE color: 15837857.

HSL color Cylindrical-coordinate representation of color #A1AAF1: hue angle of 233.25º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1AAF1 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161170241-
CMYK0.330.2900.05
HSL233.25º74.07%78.82%-
HSV(B)233.25º33.2%94.51%-
XYZ44.9542.6889.09-
YUV175.4165.02117.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.15%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 241 (94.53% from 255) = 42.13%
R=28.15%
G=29.72%
B=42.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611702410.330.2900.05233.2574.0778.82
HexA1AAF1211D05e94a4f
Octal241252361413505351112117
Binary1010000110101010111100011000011110101011110100110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AAF1; }

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

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

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

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

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

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

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

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