#A1B3FC

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

Shades of Perano #A1B3FC

Tints of Perano #A1B3FC

Color information

#A1B3FC (or 0xA1B3FC) is unknown color: approx Perano. HEX triplet: A1, B3 and FC. RGB value is (161,179,252). Sum of RGB (Red+Green+Blue) = 161+179+252=592 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.20% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1B3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B3FC is #5E4C03. Grayscale: #B5B5B5. Windows color (decimal): -6179844 or 16561057. OLE color: 16561057.

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

Color convert

RGB161179252-
CMYK0.360.2900.01
HSL228.13º93.81%80.98%-
HSV(B)228.13º36.11%98.82%-
XYZ48.3946.8598.59-
YUV181.94167.54113.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.20%
GREEN value IS 179 (70.31% from 255) = 30.24%
BLUE value IS 252 (98.83% from 255) = 42.57%
R=27.20%
G=30.24%
B=42.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611792520.360.2900.01228.1393.8180.98
HexA1B3FC241D01e45e51
Octal241263374443501344136121
Binary10100001101100111111110010010011101011110010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B3FC; }

 p { color: rgb(161,179,252); }

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

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

 a { background-color: rgb(161,179,252); }

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

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

 span { border-color: rgb(161,179,252); }

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