Shades of Perano #A6B0F8
Tints of Perano #A6B0F8
RGB
CMYK
RGB Variations
Color information
#A6B0F8 (or 0xA6B0F8) is known color: Perano. HEX triplet: A6, B0 and F8. RGB value is (166,176,248). Sum of RGB (Red+Green+Blue) = 166+176+248=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #A6B0F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6B0F8 is #594F07. Grayscale: #B4B4B4. Windows color (decimal): -5852936 or 16298150. OLE color: 16298150.
HSL color Cylindrical-coordinate representation of color #A6B0F8: hue angle of 232.68º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6B0F8 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 176 | 248 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.03 |
| HSL | 232.68º | 0.85% | 0.81% | - |
| HSV(B) | 232.68º | 0.33% | 0.97% | - |
| XYZ | 48.19 | 45.93 | 95.13 | - |
| YUV | 181.22 | 165.69 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 248 | 0.33 | 0.29 | 0 | 0.03 | 232.68 | 0.85 | 0.81 |
| Hex | A6 | B0 | F8 | 21 | 1D | 0 | 3 | E9 | 55 | 51 |
| Octal | 246 | 260 | 370 | 41 | 35 | 0 | 3 | 351 | 125 | 121 |
| Binary | 10100110 | 10110000 | 11111000 | 100001 | 11101 | 0 | 11 | 11101001 | 1010101 | 1010001 |
Color Harmonies of #A6B0F8
Complementary color
Monochromatic Colors of #A6B0F8
Black with #A6B0F8
Text Example
Text Example
White with #A6B0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B0F8; }
p { color: rgb(166,176,248); }
H1.HeaderClassName
{
color: #A6B0F8;
}
.AnyTagClassName
{
color: #A6B0F8;
}
</style>
background-color css
<style>
a { background-color: #A6B0F8; }
a { background-color: rgb(166,176,248); }
div.DivClassName
{
background-color: #A6B0F8;
}
.BgClassName
{
background-color: #A6B0F8;
}
</style>
border-color css
<style>
span { border-color: #A6B0F8; }
span { border-color: rgb(166,176,248); }
td.TdClassName
{
border-color: #A6B0F8;
}
.TagClassName
{
border-color: #A6B0F8;
}
</style>