Shades of Morning Glory #A3C8CA
Tints of Morning Glory #A3C8CA
RGB
CMYK
RGB Variations
Color information
#A3C8CA (or 0xA3C8CA) is known color: Morning Glory. HEX triplet: A3, C8 and CA. RGB value is (163,200,202). Sum of RGB (Red+Green+Blue) = 163+200+202=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #A3C8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C8CA is #5C3735. Grayscale: #BDBDBD. Windows color (decimal): -6043446 or 13289635. OLE color: 13289635.
HSL color Cylindrical-coordinate representation of color #A3C8CA: hue angle of 183.08º 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 #A3C8CA is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 200 | 202 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.21 |
| HSL | 183.08º | 0.27% | 0.72% | - |
| HSV(B) | 183.08º | 0.19% | 0.79% | - |
| XYZ | 46.42 | 53.36 | 63.73 | - |
| YUV | 189.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 200 | 202 | 0.19 | 0.01 | 0 | 0.21 | 183.08 | 0.27 | 0.72 |
| Hex | A3 | C8 | CA | 13 | 1 | 0 | 15 | B7 | 1B | 48 |
| Octal | 243 | 310 | 312 | 23 | 1 | 0 | 25 | 267 | 33 | 110 |
| Binary | 10100011 | 11001000 | 11001010 | 10011 | 1 | 0 | 10101 | 10110111 | 11011 | 1001000 |
Color Harmonies of #A3C8CA
Complementary color
Monochromatic Colors of #A3C8CA
Black with #A3C8CA
Text Example
Text Example
White with #A3C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C8CA; }
p { color: rgb(163,200,202); }
H1.HeaderClassName
{
color: #A3C8CA;
}
.AnyTagClassName
{
color: #A3C8CA;
}
</style>
background-color css
<style>
a { background-color: #A3C8CA; }
a { background-color: rgb(163,200,202); }
div.DivClassName
{
background-color: #A3C8CA;
}
.BgClassName
{
background-color: #A3C8CA;
}
</style>
border-color css
<style>
span { border-color: #A3C8CA; }
span { border-color: rgb(163,200,202); }
td.TdClassName
{
border-color: #A3C8CA;
}
.TagClassName
{
border-color: #A3C8CA;
}
</style>