#A1B2FE

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

Shades of Perano #A1B2FE

Tints of Perano #A1B2FE

Color information

#A1B2FE (or 0xA1B2FE) is unknown color: approx Perano. HEX triplet: A1, B2 and FE. RGB value is (161,178,254). Sum of RGB (Red+Green+Blue) = 161+178+254=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1B2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1B2FE is #5E4D01. Grayscale: #B5B5B5. Windows color (decimal): -6180098 or 16691873. OLE color: 16691873.

HSL color Cylindrical-coordinate representation of color #A1B2FE: hue angle of 229.03º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1B2FE is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB161178254-
CMYK0.370.3000.00
HSL229.03º97.89%81.37%-
HSV(B)229.03º36.61%99.61%-
XYZ48.5146.57100.2-
YUV181.58168.87113.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.15%
GREEN value IS 178 (69.92% from 255) = 30.02%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=27.15%
G=30.02%
B=42.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1611782540.370.3000.00229.0397.8981.37
HexA1B2FE251E00e56251
Octal241262376453600345142121
Binary10100001101100101111111010010111110001110010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B2FE; }

 p { color: rgb(161,178,254); }

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

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

 a { background-color: rgb(161,178,254); }

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

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

 span { border-color: rgb(161,178,254); }

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