#A5B1FA

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

Shades of Perano #A5B1FA

Tints of Perano #A5B1FA

Color information

#A5B1FA (or 0xA5B1FA) is unknown color: approx Perano. HEX triplet: A5, B1 and FA. RGB value is (165,177,250). Sum of RGB (Red+Green+Blue) = 165+177+250=592 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.87% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5B1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5B1FA is #5A4E05. Grayscale: #B5B5B5. Windows color (decimal): -5918214 or 16429477. OLE color: 16429477.

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

Color convert

RGB165177250-
CMYK0.340.2900.02
HSL231.53º89.47%81.37%-
HSV(B)231.53º34%98.04%-
XYZ48.4946.3596.83-
YUV181.73166.52116.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.87%
GREEN value IS 177 (69.53% from 255) = 29.90%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=27.87%
G=29.90%
B=42.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651772500.340.2900.02231.5389.4781.37
HexA5B1FA221D02e85951
Octal245261372423502350131121
Binary101001011011000111111010100010111010101110100010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B1FA; }

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

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

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

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

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

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

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

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