Shades of Perano #A6B5FA
Tints of Perano #A6B5FA
RGB
CMYK
RGB Variations
Color information
#A6B5FA (or 0xA6B5FA) is known color: Perano. HEX triplet: A6, B5 and FA. RGB value is (166,181,250). Sum of RGB (Red+Green+Blue) = 166+181+250=597 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.81% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6B5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B5FA is #594A05. Grayscale: #B8B8B8. Windows color (decimal): -5851654 or 16430502. OLE color: 16430502.
HSL color Cylindrical-coordinate representation of color #A6B5FA: hue angle of 229.29º 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 #A6B5FA is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 181 | 250 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.02 |
| HSL | 229.29º | 0.89% | 0.82% | - |
| HSV(B) | 229.29º | 0.34% | 0.98% | - |
| XYZ | 49.51 | 48.06 | 97.11 | - |
| YUV | 184.38 | 165.03 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 181 | 250 | 0.34 | 0.28 | 0 | 0.02 | 229.29 | 0.89 | 0.82 |
| Hex | A6 | B5 | FA | 22 | 1C | 0 | 2 | E5 | 59 | 52 |
| Octal | 246 | 265 | 372 | 42 | 34 | 0 | 2 | 345 | 131 | 122 |
| Binary | 10100110 | 10110101 | 11111010 | 100010 | 11100 | 0 | 10 | 11100101 | 1011001 | 1010010 |
Color Harmonies of #A6B5FA
Complementary color
Monochromatic Colors of #A6B5FA
Black with #A6B5FA
Text Example
Text Example
White with #A6B5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B5FA; }
p { color: rgb(166,181,250); }
H1.HeaderClassName
{
color: #A6B5FA;
}
.AnyTagClassName
{
color: #A6B5FA;
}
</style>
background-color css
<style>
a { background-color: #A6B5FA; }
a { background-color: rgb(166,181,250); }
div.DivClassName
{
background-color: #A6B5FA;
}
.BgClassName
{
background-color: #A6B5FA;
}
</style>
border-color css
<style>
span { border-color: #A6B5FA; }
span { border-color: rgb(166,181,250); }
td.TdClassName
{
border-color: #A6B5FA;
}
.TagClassName
{
border-color: #A6B5FA;
}
</style>