Shades of Morning Glory #A1CBCA
Tints of Morning Glory #A1CBCA
RGB
CMYK
RGB Variations
Color information
#A1CBCA (or 0xA1CBCA) is known color: Morning Glory. HEX triplet: A1, CB and CA. RGB value is (161,203,202). Sum of RGB (Red+Green+Blue) = 161+203+202=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBCA is #5E3435. Grayscale: #BEBEBE. Windows color (decimal): -6173750 or 13290401. OLE color: 13290401.
HSL color Cylindrical-coordinate representation of color #A1CBCA: hue angle of 178.57º 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 #A1CBCA is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 202 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.20 |
| HSL | 178.57º | 0.29% | 0.71% | - |
| HSV(B) | 178.57º | 0.21% | 0.8% | - |
| XYZ | 46.71 | 54.55 | 63.94 | - |
| YUV | 190.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 202 | 0.21 | 0 | 0.00 | 0.20 | 178.57 | 0.29 | 0.71 |
| Hex | A1 | CB | CA | 15 | 0 | 0 | 14 | B3 | 1D | 47 |
| Octal | 241 | 313 | 312 | 25 | 0 | 0 | 24 | 263 | 35 | 107 |
| Binary | 10100001 | 11001011 | 11001010 | 10101 | 0 | 0 | 10100 | 10110011 | 11101 | 1000111 |
Color Harmonies of #A1CBCA
Complementary color
Monochromatic Colors of #A1CBCA
Black with #A1CBCA
Text Example
Text Example
White with #A1CBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CBCA; }
p { color: rgb(161,203,202); }
H1.HeaderClassName
{
color: #A1CBCA;
}
.AnyTagClassName
{
color: #A1CBCA;
}
</style>
background-color css
<style>
a { background-color: #A1CBCA; }
a { background-color: rgb(161,203,202); }
div.DivClassName
{
background-color: #A1CBCA;
}
.BgClassName
{
background-color: #A1CBCA;
}
</style>
border-color css
<style>
span { border-color: #A1CBCA; }
span { border-color: rgb(161,203,202); }
td.TdClassName
{
border-color: #A1CBCA;
}
.TagClassName
{
border-color: #A1CBCA;
}
</style>