Shades of Morning Glory #A1CACB
Tints of Morning Glory #A1CACB
RGB
CMYK
RGB Variations
Color information
#A1CACB (or 0xA1CACB) is known color: Morning Glory. HEX triplet: A1, CA and CB. RGB value is (161,202,203). Sum of RGB (Red+Green+Blue) = 161+202+203=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1CACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CACB is #5E3534. Grayscale: #BDBDBD. Windows color (decimal): -6174005 or 13355681. OLE color: 13355681.
HSL color Cylindrical-coordinate representation of color #A1CACB: hue angle of 181.43º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CACB is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 202 | 203 | - |
| CMYK | 0.21 | 0.00 | 0 | 0.20 |
| HSL | 181.43º | 0.29% | 0.71% | - |
| HSV(B) | 181.43º | 0.21% | 0.8% | - |
| XYZ | 46.6 | 54.13 | 64.49 | - |
| YUV | 189.86 | 135.42 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 203 | 0.21 | 0.00 | 0 | 0.20 | 181.43 | 0.29 | 0.71 |
| Hex | A1 | CA | CB | 15 | 0 | 0 | 14 | B5 | 1D | 47 |
| Octal | 241 | 312 | 313 | 25 | 0 | 0 | 24 | 265 | 35 | 107 |
| Binary | 10100001 | 11001010 | 11001011 | 10101 | 0 | 0 | 10100 | 10110101 | 11101 | 1000111 |
Color Harmonies of #A1CACB
Complementary color
Monochromatic Colors of #A1CACB
Black with #A1CACB
Text Example
Text Example
White with #A1CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CACB; }
p { color: rgb(161,202,203); }
H1.HeaderClassName
{
color: #A1CACB;
}
.AnyTagClassName
{
color: #A1CACB;
}
</style>
background-color css
<style>
a { background-color: #A1CACB; }
a { background-color: rgb(161,202,203); }
div.DivClassName
{
background-color: #A1CACB;
}
.BgClassName
{
background-color: #A1CACB;
}
</style>
border-color css
<style>
span { border-color: #A1CACB; }
span { border-color: rgb(161,202,203); }
td.TdClassName
{
border-color: #A1CACB;
}
.TagClassName
{
border-color: #A1CACB;
}
</style>