Shades of Heather #A1B3C1
Tints of Heather #A1B3C1
RGB
CMYK
RGB Variations
Color information
#A1B3C1 (or 0xA1B3C1) is known color: Heather. HEX triplet: A1, B3 and C1. RGB value is (161,179,193). Sum of RGB (Red+Green+Blue) = 161+179+193=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #A1B3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B3C1 is #5E4C3E. Grayscale: #AFAFAF. Windows color (decimal): -6179903 or 12694433. OLE color: 12694433.
HSL color Cylindrical-coordinate representation of color #A1B3C1: hue angle of 206.25º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1B3C1 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 179 | 193 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.24 |
| HSL | 206.25º | 0.21% | 0.69% | - |
| HSV(B) | 206.25º | 0.17% | 0.76% | - |
| XYZ | 40.44 | 43.67 | 56.75 | - |
| YUV | 175.21 | 138.04 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 193 | 0.17 | 0.07 | 0 | 0.24 | 206.25 | 0.21 | 0.69 |
| Hex | A1 | B3 | C1 | 11 | 7 | 0 | 18 | CE | 15 | 45 |
| Octal | 241 | 263 | 301 | 21 | 7 | 0 | 30 | 316 | 25 | 105 |
| Binary | 10100001 | 10110011 | 11000001 | 10001 | 111 | 0 | 11000 | 11001110 | 10101 | 1000101 |
Color Harmonies of #A1B3C1
Complementary color
Monochromatic Colors of #A1B3C1
Black with #A1B3C1
Text Example
Text Example
White with #A1B3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B3C1; }
p { color: rgb(161,179,193); }
H1.HeaderClassName
{
color: #A1B3C1;
}
.AnyTagClassName
{
color: #A1B3C1;
}
</style>
background-color css
<style>
a { background-color: #A1B3C1; }
a { background-color: rgb(161,179,193); }
div.DivClassName
{
background-color: #A1B3C1;
}
.BgClassName
{
background-color: #A1B3C1;
}
</style>
border-color css
<style>
span { border-color: #A1B3C1; }
span { border-color: rgb(161,179,193); }
td.TdClassName
{
border-color: #A1B3C1;
}
.TagClassName
{
border-color: #A1B3C1;
}
</style>