Shades of Perano #A5B1FC
Tints of Perano #A5B1FC
RGB
CMYK
RGB Variations
Color information
#A5B1FC (or 0xA5B1FC) is known color: Perano. HEX triplet: A5, B1 and FC. RGB value is (165,177,252). Sum of RGB (Red+Green+Blue) = 165+177+252=594 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.78% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5B1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5B1FC is #5A4E03. Grayscale: #B5B5B5. Windows color (decimal): -5918212 or 16560549. OLE color: 16560549.
HSL color Cylindrical-coordinate representation of color #A5B1FC: hue angle of 231.72º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5B1FC is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 177 | 252 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.01 |
| HSL | 231.72º | 0.94% | 0.82% | - |
| HSV(B) | 231.72º | 0.35% | 0.99% | - |
| XYZ | 48.81 | 46.47 | 98.49 | - |
| YUV | 181.96 | 167.52 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 252 | 0.35 | 0.30 | 0 | 0.01 | 231.72 | 0.94 | 0.82 |
| Hex | A5 | B1 | FC | 23 | 1E | 0 | 1 | E8 | 5E | 52 |
| Octal | 245 | 261 | 374 | 43 | 36 | 0 | 1 | 350 | 136 | 122 |
| Binary | 10100101 | 10110001 | 11111100 | 100011 | 11110 | 0 | 1 | 11101000 | 1011110 | 1010010 |
Color Harmonies of #A5B1FC
Complementary color
Monochromatic Colors of #A5B1FC
Black with #A5B1FC
Text Example
Text Example
White with #A5B1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B1FC; }
p { color: rgb(165,177,252); }
H1.HeaderClassName
{
color: #A5B1FC;
}
.AnyTagClassName
{
color: #A5B1FC;
}
</style>
background-color css
<style>
a { background-color: #A5B1FC; }
a { background-color: rgb(165,177,252); }
div.DivClassName
{
background-color: #A5B1FC;
}
.BgClassName
{
background-color: #A5B1FC;
}
</style>
border-color css
<style>
span { border-color: #A5B1FC; }
span { border-color: rgb(165,177,252); }
td.TdClassName
{
border-color: #A5B1FC;
}
.TagClassName
{
border-color: #A5B1FC;
}
</style>