Shades of Morning Glory #A1CCCB
Tints of Morning Glory #A1CCCB
RGB
CMYK
RGB Variations
Color information
#A1CCCB (or 0xA1CCCB) is known color: Morning Glory. HEX triplet: A1, CC and CB. RGB value is (161,204,203). Sum of RGB (Red+Green+Blue) = 161+204+203=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCCB is #5E3334. Grayscale: #BEBEBE. Windows color (decimal): -6173493 or 13356193. OLE color: 13356193.
HSL color Cylindrical-coordinate representation of color #A1CCCB: hue angle of 178.6º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CCCB is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 203 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.2 |
| HSL | 178.6º | 0.3% | 0.72% | - |
| HSV(B) | 178.6º | 0.21% | 0.8% | - |
| XYZ | 47.07 | 55.07 | 64.65 | - |
| YUV | 191.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 203 | 0.21 | 0 | 0.00 | 0.2 | 178.6 | 0.3 | 0.72 |
| Hex | A1 | CC | CB | 15 | 0 | 0 | 14 | B3 | 1E | 48 |
| Octal | 241 | 314 | 313 | 25 | 0 | 0 | 24 | 263 | 36 | 110 |
| Binary | 10100001 | 11001100 | 11001011 | 10101 | 0 | 0 | 10100 | 10110011 | 11110 | 1001000 |
Color Harmonies of #A1CCCB
Complementary color
Monochromatic Colors of #A1CCCB
Black with #A1CCCB
Text Example
Text Example
White with #A1CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCCB; }
p { color: rgb(161,204,203); }
H1.HeaderClassName
{
color: #A1CCCB;
}
.AnyTagClassName
{
color: #A1CCCB;
}
</style>
background-color css
<style>
a { background-color: #A1CCCB; }
a { background-color: rgb(161,204,203); }
div.DivClassName
{
background-color: #A1CCCB;
}
.BgClassName
{
background-color: #A1CCCB;
}
</style>
border-color css
<style>
span { border-color: #A1CCCB; }
span { border-color: rgb(161,204,203); }
td.TdClassName
{
border-color: #A1CCCB;
}
.TagClassName
{
border-color: #A1CCCB;
}
</style>