Shades of Morning Glory #A1CFCD
Tints of Morning Glory #A1CFCD
RGB
CMYK
RGB Variations
Color information
#A1CFCD (or 0xA1CFCD) is known color: Morning Glory. HEX triplet: A1, CF and CD. RGB value is (161,207,205). Sum of RGB (Red+Green+Blue) = 161+207+205=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFCD is #5E3032. Grayscale: #C0C0C0. Windows color (decimal): -6172723 or 13488033. OLE color: 13488033.
HSL color Cylindrical-coordinate representation of color #A1CFCD: hue angle of 177.39º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CFCD is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 205 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.19 |
| HSL | 177.39º | 0.32% | 0.72% | - |
| HSV(B) | 177.39º | 0.22% | 0.81% | - |
| XYZ | 48.03 | 56.61 | 66.15 | - |
| YUV | 193.02 | 134.76 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 205 | 0.22 | 0 | 0.01 | 0.19 | 177.39 | 0.32 | 0.72 |
| Hex | A1 | CF | CD | 16 | 0 | 1 | 13 | B1 | 20 | 48 |
| Octal | 241 | 317 | 315 | 26 | 0 | 1 | 23 | 261 | 40 | 110 |
| Binary | 10100001 | 11001111 | 11001101 | 10110 | 0 | 1 | 10011 | 10110001 | 100000 | 1001000 |
Color Harmonies of #A1CFCD
Complementary color
Monochromatic Colors of #A1CFCD
Black with #A1CFCD
Text Example
Text Example
White with #A1CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFCD; }
p { color: rgb(161,207,205); }
H1.HeaderClassName
{
color: #A1CFCD;
}
.AnyTagClassName
{
color: #A1CFCD;
}
</style>
background-color css
<style>
a { background-color: #A1CFCD; }
a { background-color: rgb(161,207,205); }
div.DivClassName
{
background-color: #A1CFCD;
}
.BgClassName
{
background-color: #A1CFCD;
}
</style>
border-color css
<style>
span { border-color: #A1CFCD; }
span { border-color: rgb(161,207,205); }
td.TdClassName
{
border-color: #A1CFCD;
}
.TagClassName
{
border-color: #A1CFCD;
}
</style>