Shades of Heather #A3C0CF
Tints of Heather #A3C0CF
RGB
CMYK
RGB Variations
Color information
#A3C0CF (or 0xA3C0CF) is known color: Heather. HEX triplet: A3, C0 and CF. RGB value is (163,192,207). Sum of RGB (Red+Green+Blue) = 163+192+207=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #A3C0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C0CF is #5C3F30. Grayscale: #B8B8B8. Windows color (decimal): -6045489 or 13615267. OLE color: 13615267.
HSL color Cylindrical-coordinate representation of color #A3C0CF: hue angle of 200.45º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3C0CF is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 192 | 207 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.19 |
| HSL | 200.45º | 0.31% | 0.73% | - |
| HSV(B) | 200.45º | 0.21% | 0.81% | - |
| XYZ | 45.22 | 49.99 | 66.3 | - |
| YUV | 185.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 207 | 0.21 | 0.07 | 0 | 0.19 | 200.45 | 0.31 | 0.73 |
| Hex | A3 | C0 | CF | 15 | 7 | 0 | 13 | C8 | 1F | 49 |
| Octal | 243 | 300 | 317 | 25 | 7 | 0 | 23 | 310 | 37 | 111 |
| Binary | 10100011 | 11000000 | 11001111 | 10101 | 111 | 0 | 10011 | 11001000 | 11111 | 1001001 |
Color Harmonies of #A3C0CF
Complementary color
Monochromatic Colors of #A3C0CF
Black with #A3C0CF
Text Example
Text Example
White with #A3C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C0CF; }
p { color: rgb(163,192,207); }
H1.HeaderClassName
{
color: #A3C0CF;
}
.AnyTagClassName
{
color: #A3C0CF;
}
</style>
background-color css
<style>
a { background-color: #A3C0CF; }
a { background-color: rgb(163,192,207); }
div.DivClassName
{
background-color: #A3C0CF;
}
.BgClassName
{
background-color: #A3C0CF;
}
</style>
border-color css
<style>
span { border-color: #A3C0CF; }
span { border-color: rgb(163,192,207); }
td.TdClassName
{
border-color: #A3C0CF;
}
.TagClassName
{
border-color: #A3C0CF;
}
</style>