Shades of Blue Bell #A0A4C1
Tints of Blue Bell #A0A4C1
RGB
CMYK
RGB Variations
Color information
#A0A4C1 (or 0xA0A4C1) is known color: Blue Bell. HEX triplet: A0, A4 and C1. RGB value is (160,164,193). Sum of RGB (Red+Green+Blue) = 160+164+193=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #A0A4C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A4C1 is #5F5B3E. Grayscale: #A5A5A5. Windows color (decimal): -6249279 or 12690592. OLE color: 12690592.
HSL color Cylindrical-coordinate representation of color #A0A4C1: hue angle of 232.73º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0A4C1 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 164 | 193 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.24 |
| HSL | 232.73º | 0.21% | 0.69% | - |
| HSV(B) | 232.73º | 0.17% | 0.76% | - |
| XYZ | 37.4 | 37.87 | 55.79 | - |
| YUV | 166.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 164 | 193 | 0.17 | 0.15 | 0 | 0.24 | 232.73 | 0.21 | 0.69 |
| Hex | A0 | A4 | C1 | 11 | F | 0 | 18 | E9 | 15 | 45 |
| Octal | 240 | 244 | 301 | 21 | 17 | 0 | 30 | 351 | 25 | 105 |
| Binary | 10100000 | 10100100 | 11000001 | 10001 | 1111 | 0 | 11000 | 11101001 | 10101 | 1000101 |
Color Harmonies of #A0A4C1
Complementary color
Monochromatic Colors of #A0A4C1
Black with #A0A4C1
Text Example
Text Example
White with #A0A4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A4C1; }
p { color: rgb(160,164,193); }
H1.HeaderClassName
{
color: #A0A4C1;
}
.AnyTagClassName
{
color: #A0A4C1;
}
</style>
background-color css
<style>
a { background-color: #A0A4C1; }
a { background-color: rgb(160,164,193); }
div.DivClassName
{
background-color: #A0A4C1;
}
.BgClassName
{
background-color: #A0A4C1;
}
</style>
border-color css
<style>
span { border-color: #A0A4C1; }
span { border-color: rgb(160,164,193); }
td.TdClassName
{
border-color: #A0A4C1;
}
.TagClassName
{
border-color: #A0A4C1;
}
</style>