Shades of Perano #A6C0FA
Tints of Perano #A6C0FA
RGB
CMYK
RGB Variations
Color information
#A6C0FA (or 0xA6C0FA) is known color: Perano. HEX triplet: A6, C0 and FA. RGB value is (166,192,250). Sum of RGB (Red+Green+Blue) = 166+192+250=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6C0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C0FA is #593F05. Grayscale: #BEBEBE. Windows color (decimal): -5848838 or 16433318. OLE color: 16433318.
HSL color Cylindrical-coordinate representation of color #A6C0FA: hue angle of 221.43º 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 #A6C0FA is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 192 | 250 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.02 |
| HSL | 221.43º | 0.89% | 0.82% | - |
| HSV(B) | 221.43º | 0.34% | 0.98% | - |
| XYZ | 51.83 | 52.71 | 97.88 | - |
| YUV | 190.84 | 161.39 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 250 | 0.34 | 0.23 | 0 | 0.02 | 221.43 | 0.89 | 0.82 |
| Hex | A6 | C0 | FA | 22 | 17 | 0 | 2 | DD | 59 | 52 |
| Octal | 246 | 300 | 372 | 42 | 27 | 0 | 2 | 335 | 131 | 122 |
| Binary | 10100110 | 11000000 | 11111010 | 100010 | 10111 | 0 | 10 | 11011101 | 1011001 | 1010010 |
Color Harmonies of #A6C0FA
Complementary color
Monochromatic Colors of #A6C0FA
Black with #A6C0FA
Text Example
Text Example
White with #A6C0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C0FA; }
p { color: rgb(166,192,250); }
H1.HeaderClassName
{
color: #A6C0FA;
}
.AnyTagClassName
{
color: #A6C0FA;
}
</style>
background-color css
<style>
a { background-color: #A6C0FA; }
a { background-color: rgb(166,192,250); }
div.DivClassName
{
background-color: #A6C0FA;
}
.BgClassName
{
background-color: #A6C0FA;
}
</style>
border-color css
<style>
span { border-color: #A6C0FA; }
span { border-color: rgb(166,192,250); }
td.TdClassName
{
border-color: #A6C0FA;
}
.TagClassName
{
border-color: #A6C0FA;
}
</style>