Shades of Perano #A6B0FA
Tints of Perano #A6B0FA
RGB
CMYK
RGB Variations
Color information
#A6B0FA (or 0xA6B0FA) is known color: Perano. HEX triplet: A6, B0 and FA. RGB value is (166,176,250). Sum of RGB (Red+Green+Blue) = 166+176+250=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 176 (69.14% from 255 or 29.73% 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 #A6B0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6B0FA is #594F05. Grayscale: #B5B5B5. Windows color (decimal): -5852934 or 16429222. OLE color: 16429222.
HSL color Cylindrical-coordinate representation of color #A6B0FA: hue angle of 232.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6B0FA is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 176 | 250 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.02 |
| HSL | 232.86º | 0.89% | 0.82% | - |
| HSV(B) | 232.86º | 0.34% | 0.98% | - |
| XYZ | 48.51 | 46.06 | 96.78 | - |
| YUV | 181.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 250 | 0.34 | 0.30 | 0 | 0.02 | 232.86 | 0.89 | 0.82 |
| Hex | A6 | B0 | FA | 22 | 1E | 0 | 2 | E9 | 59 | 52 |
| Octal | 246 | 260 | 372 | 42 | 36 | 0 | 2 | 351 | 131 | 122 |
| Binary | 10100110 | 10110000 | 11111010 | 100010 | 11110 | 0 | 10 | 11101001 | 1011001 | 1010010 |
Color Harmonies of #A6B0FA
Complementary color
Monochromatic Colors of #A6B0FA
Black with #A6B0FA
Text Example
Text Example
White with #A6B0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B0FA; }
p { color: rgb(166,176,250); }
H1.HeaderClassName
{
color: #A6B0FA;
}
.AnyTagClassName
{
color: #A6B0FA;
}
</style>
background-color css
<style>
a { background-color: #A6B0FA; }
a { background-color: rgb(166,176,250); }
div.DivClassName
{
background-color: #A6B0FA;
}
.BgClassName
{
background-color: #A6B0FA;
}
</style>
border-color css
<style>
span { border-color: #A6B0FA; }
span { border-color: rgb(166,176,250); }
td.TdClassName
{
border-color: #A6B0FA;
}
.TagClassName
{
border-color: #A6B0FA;
}
</style>