#A1B1FA

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

Shades of Perano #A1B1FA

Tints of Perano #A1B1FA

Color information

#A1B1FA (or 0xA1B1FA) is unknown color: approx Perano. HEX triplet: A1, B1 and FA. RGB value is (161,177,250). Sum of RGB (Red+Green+Blue) = 161+177+250=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1B1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1B1FA is #5E4E05. Grayscale: #B4B4B4. Windows color (decimal): -6180358 or 16429473. OLE color: 16429473.

HSL color Cylindrical-coordinate representation of color #A1B1FA: hue angle of 229.21º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1B1FA is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161177250-
CMYK0.360.2900.02
HSL229.21º89.9%80.59%-
HSV(B)229.21º35.6%98.04%-
XYZ47.6845.9296.79-
YUV180.54167.2114.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.38%
GREEN value IS 177 (69.53% from 255) = 30.10%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=27.38%
G=30.10%
B=42.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611772500.360.2900.02229.2189.980.59
HexA1B1FA241D02e55a51
Octal241261372443502345132121
Binary101000011011000111111010100100111010101110010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B1FA; }

 p { color: rgb(161,177,250); }

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

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

 a { background-color: rgb(161,177,250); }

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

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

 span { border-color: rgb(161,177,250); }

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