Shades of Spindle #A1BAD3
Tints of Spindle #A1BAD3
RGB
CMYK
RGB Variations
Color information
#A1BAD3 (or 0xA1BAD3) is known color: Spindle. HEX triplet: A1, BA and D3. RGB value is (161,186,211). Sum of RGB (Red+Green+Blue) = 161+186+211=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 211 - color contains mainly: blue. Hex color #A1BAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BAD3 is #5E452C. Grayscale: #B5B5B5. Windows color (decimal): -6178093 or 13875873. OLE color: 13875873.
HSL color Cylindrical-coordinate representation of color #A1BAD3: hue angle of 210º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1BAD3 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 186 | 211 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.17 |
| HSL | 210º | 0.36% | 0.73% | - |
| HSV(B) | 210º | 0.24% | 0.83% | - |
| XYZ | 44.01 | 47.4 | 68.46 | - |
| YUV | 181.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 211 | 0.24 | 0.12 | 0 | 0.17 | 210 | 0.36 | 0.73 |
| Hex | A1 | BA | D3 | 18 | C | 0 | 11 | D2 | 24 | 49 |
| Octal | 241 | 272 | 323 | 30 | 14 | 0 | 21 | 322 | 44 | 111 |
| Binary | 10100001 | 10111010 | 11010011 | 11000 | 1100 | 0 | 10001 | 11010010 | 100100 | 1001001 |
Color Harmonies of #A1BAD3
Complementary color
Monochromatic Colors of #A1BAD3
Black with #A1BAD3
Text Example
Text Example
White with #A1BAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BAD3; }
p { color: rgb(161,186,211); }
H1.HeaderClassName
{
color: #A1BAD3;
}
.AnyTagClassName
{
color: #A1BAD3;
}
</style>
background-color css
<style>
a { background-color: #A1BAD3; }
a { background-color: rgb(161,186,211); }
div.DivClassName
{
background-color: #A1BAD3;
}
.BgClassName
{
background-color: #A1BAD3;
}
</style>
border-color css
<style>
span { border-color: #A1BAD3; }
span { border-color: rgb(161,186,211); }
td.TdClassName
{
border-color: #A1BAD3;
}
.TagClassName
{
border-color: #A1BAD3;
}
</style>