Shades of Heather #A3B9CC
Tints of Heather #A3B9CC
RGB
CMYK
RGB Variations
Color information
#A3B9CC (or 0xA3B9CC) is known color: Heather. HEX triplet: A3, B9 and CC. RGB value is (163,185,204). Sum of RGB (Red+Green+Blue) = 163+185+204=552 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.53% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #A3B9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B9CC is #5C4633. Grayscale: #B4B4B4. Windows color (decimal): -6047284 or 13416867. OLE color: 13416867.
HSL color Cylindrical-coordinate representation of color #A3B9CC: hue angle of 207.8º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3B9CC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 185 | 204 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.2 |
| HSL | 207.8º | 0.29% | 0.72% | - |
| HSV(B) | 207.8º | 0.2% | 0.8% | - |
| XYZ | 43.35 | 46.84 | 63.88 | - |
| YUV | 180.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 185 | 204 | 0.20 | 0.09 | 0 | 0.2 | 207.8 | 0.29 | 0.72 |
| Hex | A3 | B9 | CC | 14 | 9 | 0 | 14 | D0 | 1D | 48 |
| Octal | 243 | 271 | 314 | 24 | 11 | 0 | 24 | 320 | 35 | 110 |
| Binary | 10100011 | 10111001 | 11001100 | 10100 | 1001 | 0 | 10100 | 11010000 | 11101 | 1001000 |
Color Harmonies of #A3B9CC
Complementary color
Monochromatic Colors of #A3B9CC
Black with #A3B9CC
Text Example
Text Example
White with #A3B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B9CC; }
p { color: rgb(163,185,204); }
H1.HeaderClassName
{
color: #A3B9CC;
}
.AnyTagClassName
{
color: #A3B9CC;
}
</style>
background-color css
<style>
a { background-color: #A3B9CC; }
a { background-color: rgb(163,185,204); }
div.DivClassName
{
background-color: #A3B9CC;
}
.BgClassName
{
background-color: #A3B9CC;
}
</style>
border-color css
<style>
span { border-color: #A3B9CC; }
span { border-color: rgb(163,185,204); }
td.TdClassName
{
border-color: #A3B9CC;
}
.TagClassName
{
border-color: #A3B9CC;
}
</style>