Shades of Heather #A1B9CA
Tints of Heather #A1B9CA
RGB
CMYK
RGB Variations
Color information
#A1B9CA (or 0xA1B9CA) is known color: Heather. HEX triplet: A1, B9 and CA. RGB value is (161,185,202). Sum of RGB (Red+Green+Blue) = 161+185+202=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #A1B9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B9CA is #5E4635. Grayscale: #B3B3B3. Windows color (decimal): -6178358 or 13285793. OLE color: 13285793.
HSL color Cylindrical-coordinate representation of color #A1B9CA: hue angle of 204.88º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1B9CA is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 185 | 202 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.21 |
| HSL | 204.88º | 0.28% | 0.71% | - |
| HSV(B) | 204.88º | 0.2% | 0.79% | - |
| XYZ | 42.71 | 46.54 | 62.61 | - |
| YUV | 179.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 202 | 0.20 | 0.08 | 0 | 0.21 | 204.88 | 0.28 | 0.71 |
| Hex | A1 | B9 | CA | 14 | 8 | 0 | 15 | CD | 1C | 47 |
| Octal | 241 | 271 | 312 | 24 | 10 | 0 | 25 | 315 | 34 | 107 |
| Binary | 10100001 | 10111001 | 11001010 | 10100 | 1000 | 0 | 10101 | 11001101 | 11100 | 1000111 |
Color Harmonies of #A1B9CA
Complementary color
Monochromatic Colors of #A1B9CA
Black with #A1B9CA
Text Example
Text Example
White with #A1B9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B9CA; }
p { color: rgb(161,185,202); }
H1.HeaderClassName
{
color: #A1B9CA;
}
.AnyTagClassName
{
color: #A1B9CA;
}
</style>
background-color css
<style>
a { background-color: #A1B9CA; }
a { background-color: rgb(161,185,202); }
div.DivClassName
{
background-color: #A1B9CA;
}
.BgClassName
{
background-color: #A1B9CA;
}
</style>
border-color css
<style>
span { border-color: #A1B9CA; }
span { border-color: rgb(161,185,202); }
td.TdClassName
{
border-color: #A1B9CA;
}
.TagClassName
{
border-color: #A1B9CA;
}
</style>