Shades of Morning Glory #A3C6CA
Tints of Morning Glory #A3C6CA
RGB
CMYK
RGB Variations
Color information
#A3C6CA (or 0xA3C6CA) is known color: Morning Glory. HEX triplet: A3, C6 and CA. RGB value is (163,198,202). Sum of RGB (Red+Green+Blue) = 163+198+202=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #A3C6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C6CA is #5C3935. Grayscale: #BBBBBB. Windows color (decimal): -6043958 or 13289123. OLE color: 13289123.
HSL color Cylindrical-coordinate representation of color #A3C6CA: hue angle of 186.15º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3C6CA is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 198 | 202 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.21 |
| HSL | 186.15º | 0.27% | 0.72% | - |
| HSV(B) | 186.15º | 0.19% | 0.79% | - |
| XYZ | 45.96 | 52.44 | 63.58 | - |
| YUV | 187.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 198 | 202 | 0.19 | 0.02 | 0 | 0.21 | 186.15 | 0.27 | 0.72 |
| Hex | A3 | C6 | CA | 13 | 2 | 0 | 15 | BA | 1B | 48 |
| Octal | 243 | 306 | 312 | 23 | 2 | 0 | 25 | 272 | 33 | 110 |
| Binary | 10100011 | 11000110 | 11001010 | 10011 | 10 | 0 | 10101 | 10111010 | 11011 | 1001000 |
Color Harmonies of #A3C6CA
Complementary color
Monochromatic Colors of #A3C6CA
Black with #A3C6CA
Text Example
Text Example
White with #A3C6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C6CA; }
p { color: rgb(163,198,202); }
H1.HeaderClassName
{
color: #A3C6CA;
}
.AnyTagClassName
{
color: #A3C6CA;
}
</style>
background-color css
<style>
a { background-color: #A3C6CA; }
a { background-color: rgb(163,198,202); }
div.DivClassName
{
background-color: #A3C6CA;
}
.BgClassName
{
background-color: #A3C6CA;
}
</style>
border-color css
<style>
span { border-color: #A3C6CA; }
span { border-color: rgb(163,198,202); }
td.TdClassName
{
border-color: #A3C6CA;
}
.TagClassName
{
border-color: #A3C6CA;
}
</style>