#A1B3E8

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

Shades of Perano #A1B3E8

Tints of Perano #A1B3E8

Color information

#A1B3E8 (or 0xA1B3E8) is unknown color: approx Perano. HEX triplet: A1, B3 and E8. RGB value is (161,179,232). Sum of RGB (Red+Green+Blue) = 161+179+232=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 232 (91.02% from 255 or 40.56% from 572); Max value from RGB is 232 - color contains mainly: blue. Hex color #A1B3E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B3E8 is #5E4C17. Grayscale: #B3B3B3. Windows color (decimal): -6179864 or 15250337. OLE color: 15250337.

HSL color Cylindrical-coordinate representation of color #A1B3E8: hue angle of 224.79º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1B3E8 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB161179232-
CMYK0.310.2300.09
HSL224.79º60.68%77.06%-
HSV(B)224.79º30.6%90.98%-
XYZ45.3845.6482.76-
YUV179.66157.54114.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.15%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 232 (91.02% from 255) = 40.56%
R=28.15%
G=31.29%
B=40.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1611792320.310.2300.09224.7960.6877.06
HexA1B3E81F1709e13d4d
Octal241263350372701134175115
Binary101000011011001111101000111111011101001111000011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B3E8; }

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

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

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

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

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

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

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

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