Shades of Spindle #A3BDD5
Tints of Spindle #A3BDD5
RGB
CMYK
RGB Variations
Color information
#A3BDD5 (or 0xA3BDD5) is known color: Spindle. HEX triplet: A3, BD and D5. RGB value is (163,189,213). Sum of RGB (Red+Green+Blue) = 163+189+213=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #A3BDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDD5 is #5C422A. Grayscale: #B7B7B7. Windows color (decimal): -6046251 or 14007715. OLE color: 14007715.
HSL color Cylindrical-coordinate representation of color #A3BDD5: hue angle of 208.8º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3BDD5 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 189 | 213 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.16 |
| HSL | 208.8º | 0.37% | 0.74% | - |
| HSV(B) | 208.8º | 0.23% | 0.84% | - |
| XYZ | 45.31 | 48.99 | 70.02 | - |
| YUV | 183.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 213 | 0.23 | 0.11 | 0 | 0.16 | 208.8 | 0.37 | 0.74 |
| Hex | A3 | BD | D5 | 17 | B | 0 | 10 | D1 | 25 | 4A |
| Octal | 243 | 275 | 325 | 27 | 13 | 0 | 20 | 321 | 45 | 112 |
| Binary | 10100011 | 10111101 | 11010101 | 10111 | 1011 | 0 | 10000 | 11010001 | 100101 | 1001010 |
Color Harmonies of #A3BDD5
Complementary color
Monochromatic Colors of #A3BDD5
Black with #A3BDD5
Text Example
Text Example
White with #A3BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BDD5; }
p { color: rgb(163,189,213); }
H1.HeaderClassName
{
color: #A3BDD5;
}
.AnyTagClassName
{
color: #A3BDD5;
}
</style>
background-color css
<style>
a { background-color: #A3BDD5; }
a { background-color: rgb(163,189,213); }
div.DivClassName
{
background-color: #A3BDD5;
}
.BgClassName
{
background-color: #A3BDD5;
}
</style>
border-color css
<style>
span { border-color: #A3BDD5; }
span { border-color: rgb(163,189,213); }
td.TdClassName
{
border-color: #A3BDD5;
}
.TagClassName
{
border-color: #A3BDD5;
}
</style>