Shades of Spindle #A1BCD3
Tints of Spindle #A1BCD3
RGB
CMYK
RGB Variations
Color information
#A1BCD3 (or 0xA1BCD3) is known color: Spindle. HEX triplet: A1, BC and D3. RGB value is (161,188,211). Sum of RGB (Red+Green+Blue) = 161+188+211=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #A1BCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCD3 is #5E432C. Grayscale: #B6B6B6. Windows color (decimal): -6177581 or 13876385. OLE color: 13876385.
HSL color Cylindrical-coordinate representation of color #A1BCD3: hue angle of 207.6º 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 #A1BCD3 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 188 | 211 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.17 |
| HSL | 207.6º | 0.36% | 0.73% | - |
| HSV(B) | 207.6º | 0.24% | 0.83% | - |
| XYZ | 44.44 | 48.25 | 68.6 | - |
| YUV | 182.55 | 144.05 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 211 | 0.24 | 0.11 | 0 | 0.17 | 207.6 | 0.36 | 0.73 |
| Hex | A1 | BC | D3 | 18 | B | 0 | 11 | D0 | 24 | 49 |
| Octal | 241 | 274 | 323 | 30 | 13 | 0 | 21 | 320 | 44 | 111 |
| Binary | 10100001 | 10111100 | 11010011 | 11000 | 1011 | 0 | 10001 | 11010000 | 100100 | 1001001 |
Color Harmonies of #A1BCD3
Complementary color
Monochromatic Colors of #A1BCD3
Black with #A1BCD3
Text Example
Text Example
White with #A1BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCD3; }
p { color: rgb(161,188,211); }
H1.HeaderClassName
{
color: #A1BCD3;
}
.AnyTagClassName
{
color: #A1BCD3;
}
</style>
background-color css
<style>
a { background-color: #A1BCD3; }
a { background-color: rgb(161,188,211); }
div.DivClassName
{
background-color: #A1BCD3;
}
.BgClassName
{
background-color: #A1BCD3;
}
</style>
border-color css
<style>
span { border-color: #A1BCD3; }
span { border-color: rgb(161,188,211); }
td.TdClassName
{
border-color: #A1BCD3;
}
.TagClassName
{
border-color: #A1BCD3;
}
</style>