Shades of Blue Bell #A1A5CA
Tints of Blue Bell #A1A5CA
RGB
CMYK
RGB Variations
Color information
#A1A5CA (or 0xA1A5CA) is known color: Blue Bell. HEX triplet: A1, A5 and CA. RGB value is (161,165,202). Sum of RGB (Red+Green+Blue) = 161+165+202=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #A1A5CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A5CA is #5E5A35. Grayscale: #A7A7A7. Windows color (decimal): -6183478 or 13280673. OLE color: 13280673.
HSL color Cylindrical-coordinate representation of color #A1A5CA: hue angle of 234.15º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1A5CA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 165 | 202 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.21 |
| HSL | 234.15º | 0.28% | 0.71% | - |
| HSV(B) | 234.15º | 0.2% | 0.79% | - |
| XYZ | 38.81 | 38.75 | 61.31 | - |
| YUV | 168.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 202 | 0.20 | 0.18 | 0 | 0.21 | 234.15 | 0.28 | 0.71 |
| Hex | A1 | A5 | CA | 14 | 12 | 0 | 15 | EA | 1C | 47 |
| Octal | 241 | 245 | 312 | 24 | 22 | 0 | 25 | 352 | 34 | 107 |
| Binary | 10100001 | 10100101 | 11001010 | 10100 | 10010 | 0 | 10101 | 11101010 | 11100 | 1000111 |
Color Harmonies of #A1A5CA
Complementary color
Monochromatic Colors of #A1A5CA
Black with #A1A5CA
Text Example
Text Example
White with #A1A5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A5CA; }
p { color: rgb(161,165,202); }
H1.HeaderClassName
{
color: #A1A5CA;
}
.AnyTagClassName
{
color: #A1A5CA;
}
</style>
background-color css
<style>
a { background-color: #A1A5CA; }
a { background-color: rgb(161,165,202); }
div.DivClassName
{
background-color: #A1A5CA;
}
.BgClassName
{
background-color: #A1A5CA;
}
</style>
border-color css
<style>
span { border-color: #A1A5CA; }
span { border-color: rgb(161,165,202); }
td.TdClassName
{
border-color: #A1A5CA;
}
.TagClassName
{
border-color: #A1A5CA;
}
</style>