Shades of Heather #A3B5C7
Tints of Heather #A3B5C7
RGB
CMYK
RGB Variations
Color information
#A3B5C7 (or 0xA3B5C7) is known color: Heather. HEX triplet: A3, B5 and C7. RGB value is (163,181,199). Sum of RGB (Red+Green+Blue) = 163+181+199=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 199 - color contains mainly: blue. Hex color #A3B5C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B5C7 is #5C4A38. Grayscale: #B1B1B1. Windows color (decimal): -6048313 or 13088163. OLE color: 13088163.
HSL color Cylindrical-coordinate representation of color #A3B5C7: hue angle of 210º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3B5C7 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 181 | 199 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.22 |
| HSL | 210º | 0.24% | 0.71% | - |
| HSV(B) | 210º | 0.18% | 0.78% | - |
| XYZ | 41.94 | 44.96 | 60.5 | - |
| YUV | 177.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 199 | 0.18 | 0.09 | 0 | 0.22 | 210 | 0.24 | 0.71 |
| Hex | A3 | B5 | C7 | 12 | 9 | 0 | 16 | D2 | 18 | 47 |
| Octal | 243 | 265 | 307 | 22 | 11 | 0 | 26 | 322 | 30 | 107 |
| Binary | 10100011 | 10110101 | 11000111 | 10010 | 1001 | 0 | 10110 | 11010010 | 11000 | 1000111 |
Color Harmonies of #A3B5C7
Complementary color
Monochromatic Colors of #A3B5C7
Black with #A3B5C7
Text Example
Text Example
White with #A3B5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B5C7; }
p { color: rgb(163,181,199); }
H1.HeaderClassName
{
color: #A3B5C7;
}
.AnyTagClassName
{
color: #A3B5C7;
}
</style>
background-color css
<style>
a { background-color: #A3B5C7; }
a { background-color: rgb(163,181,199); }
div.DivClassName
{
background-color: #A3B5C7;
}
.BgClassName
{
background-color: #A3B5C7;
}
</style>
border-color css
<style>
span { border-color: #A3B5C7; }
span { border-color: rgb(163,181,199); }
td.TdClassName
{
border-color: #A3B5C7;
}
.TagClassName
{
border-color: #A3B5C7;
}
</style>