Shades of Blue Bell #A0A5CF
Tints of Blue Bell #A0A5CF
RGB
CMYK
RGB Variations
Color information
#A0A5CF (or 0xA0A5CF) is known color: Blue Bell. HEX triplet: A0, A5 and CF. RGB value is (160,165,207). Sum of RGB (Red+Green+Blue) = 160+165+207=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0A5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A5CF is #5F5A30. Grayscale: #A8A8A8. Windows color (decimal): -6249009 or 13608352. OLE color: 13608352.
HSL color Cylindrical-coordinate representation of color #A0A5CF: hue angle of 233.62º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0A5CF is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 165 | 207 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.19 |
| HSL | 233.62º | 0.33% | 0.72% | - |
| HSV(B) | 233.62º | 0.23% | 0.81% | - |
| XYZ | 39.21 | 38.89 | 64.47 | - |
| YUV | 168.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 165 | 207 | 0.23 | 0.20 | 0 | 0.19 | 233.62 | 0.33 | 0.72 |
| Hex | A0 | A5 | CF | 17 | 14 | 0 | 13 | EA | 21 | 48 |
| Octal | 240 | 245 | 317 | 27 | 24 | 0 | 23 | 352 | 41 | 110 |
| Binary | 10100000 | 10100101 | 11001111 | 10111 | 10100 | 0 | 10011 | 11101010 | 100001 | 1001000 |
Color Harmonies of #A0A5CF
Complementary color
Monochromatic Colors of #A0A5CF
Black with #A0A5CF
Text Example
Text Example
White with #A0A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A5CF; }
p { color: rgb(160,165,207); }
H1.HeaderClassName
{
color: #A0A5CF;
}
.AnyTagClassName
{
color: #A0A5CF;
}
</style>
background-color css
<style>
a { background-color: #A0A5CF; }
a { background-color: rgb(160,165,207); }
div.DivClassName
{
background-color: #A0A5CF;
}
.BgClassName
{
background-color: #A0A5CF;
}
</style>
border-color css
<style>
span { border-color: #A0A5CF; }
span { border-color: rgb(160,165,207); }
td.TdClassName
{
border-color: #A0A5CF;
}
.TagClassName
{
border-color: #A0A5CF;
}
</style>