Shades of Morning Glory #A4CACF
Tints of Morning Glory #A4CACF
RGB
CMYK
RGB Variations
Color information
#A4CACF (or 0xA4CACF) is known color: Morning Glory. HEX triplet: A4, CA and CF. RGB value is (164,202,207). Sum of RGB (Red+Green+Blue) = 164+202+207=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4CACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CACF is #5B3530. Grayscale: #BFBFBF. Windows color (decimal): -5977393 or 13617828. OLE color: 13617828.
HSL color Cylindrical-coordinate representation of color #A4CACF: hue angle of 186.98º 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 #A4CACF is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 202 | 207 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.19 |
| HSL | 186.98º | 0.31% | 0.73% | - |
| HSV(B) | 186.98º | 0.21% | 0.81% | - |
| XYZ | 47.69 | 54.64 | 67.06 | - |
| YUV | 191.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 207 | 0.21 | 0.02 | 0 | 0.19 | 186.98 | 0.31 | 0.73 |
| Hex | A4 | CA | CF | 15 | 2 | 0 | 13 | BB | 1F | 49 |
| Octal | 244 | 312 | 317 | 25 | 2 | 0 | 23 | 273 | 37 | 111 |
| Binary | 10100100 | 11001010 | 11001111 | 10101 | 10 | 0 | 10011 | 10111011 | 11111 | 1001001 |
Color Harmonies of #A4CACF
Complementary color
Monochromatic Colors of #A4CACF
Black with #A4CACF
Text Example
Text Example
White with #A4CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CACF; }
p { color: rgb(164,202,207); }
H1.HeaderClassName
{
color: #A4CACF;
}
.AnyTagClassName
{
color: #A4CACF;
}
</style>
background-color css
<style>
a { background-color: #A4CACF; }
a { background-color: rgb(164,202,207); }
div.DivClassName
{
background-color: #A4CACF;
}
.BgClassName
{
background-color: #A4CACF;
}
</style>
border-color css
<style>
span { border-color: #A4CACF; }
span { border-color: rgb(164,202,207); }
td.TdClassName
{
border-color: #A4CACF;
}
.TagClassName
{
border-color: #A4CACF;
}
</style>