Shades of Perano #A3B1FC
Tints of Perano #A3B1FC
RGB
CMYK
RGB Variations
Color information
#A3B1FC (or 0xA3B1FC) is known color: Perano. HEX triplet: A3, B1 and FC. RGB value is (163,177,252). Sum of RGB (Red+Green+Blue) = 163+177+252=592 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.53% from 592); Green value is 177 (69.53% from 255 or 29.90% 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 #A3B1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3B1FC is #5C4E03. Grayscale: #B5B5B5. Windows color (decimal): -6049284 or 16560547. OLE color: 16560547.
HSL color Cylindrical-coordinate representation of color #A3B1FC: hue angle of 230.56º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3B1FC is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 177 | 252 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.01 |
| HSL | 230.56º | 0.94% | 0.81% | - |
| HSV(B) | 230.56º | 0.35% | 0.99% | - |
| XYZ | 48.4 | 46.26 | 98.47 | - |
| YUV | 181.36 | 167.86 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 252 | 0.35 | 0.30 | 0 | 0.01 | 230.56 | 0.94 | 0.81 |
| Hex | A3 | B1 | FC | 23 | 1E | 0 | 1 | E7 | 5E | 51 |
| Octal | 243 | 261 | 374 | 43 | 36 | 0 | 1 | 347 | 136 | 121 |
| Binary | 10100011 | 10110001 | 11111100 | 100011 | 11110 | 0 | 1 | 11100111 | 1011110 | 1010001 |
Color Harmonies of #A3B1FC
Complementary color
Monochromatic Colors of #A3B1FC
Black with #A3B1FC
Text Example
Text Example
White with #A3B1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B1FC; }
p { color: rgb(163,177,252); }
H1.HeaderClassName
{
color: #A3B1FC;
}
.AnyTagClassName
{
color: #A3B1FC;
}
</style>
background-color css
<style>
a { background-color: #A3B1FC; }
a { background-color: rgb(163,177,252); }
div.DivClassName
{
background-color: #A3B1FC;
}
.BgClassName
{
background-color: #A3B1FC;
}
</style>
border-color css
<style>
span { border-color: #A3B1FC; }
span { border-color: rgb(163,177,252); }
td.TdClassName
{
border-color: #A3B1FC;
}
.TagClassName
{
border-color: #A3B1FC;
}
</style>