Shades of Spindle #A3BFD6
Tints of Spindle #A3BFD6
RGB
CMYK
RGB Variations
Color information
#A3BFD6 (or 0xA3BFD6) is known color: Spindle. HEX triplet: A3, BF and D6. RGB value is (163,191,214). Sum of RGB (Red+Green+Blue) = 163+191+214=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #A3BFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFD6 is #5C4029. Grayscale: #B9B9B9. Windows color (decimal): -6045738 or 14073763. OLE color: 14073763.
HSL color Cylindrical-coordinate representation of color #A3BFD6: hue angle of 207.06º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3BFD6 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 191 | 214 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.16 |
| HSL | 207.06º | 0.38% | 0.74% | - |
| HSV(B) | 207.06º | 0.24% | 0.84% | - |
| XYZ | 45.87 | 49.9 | 70.83 | - |
| YUV | 185.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 214 | 0.24 | 0.11 | 0 | 0.16 | 207.06 | 0.38 | 0.74 |
| Hex | A3 | BF | D6 | 18 | B | 0 | 10 | CF | 26 | 4A |
| Octal | 243 | 277 | 326 | 30 | 13 | 0 | 20 | 317 | 46 | 112 |
| Binary | 10100011 | 10111111 | 11010110 | 11000 | 1011 | 0 | 10000 | 11001111 | 100110 | 1001010 |
Color Harmonies of #A3BFD6
Complementary color
Monochromatic Colors of #A3BFD6
Black with #A3BFD6
Text Example
Text Example
White with #A3BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BFD6; }
p { color: rgb(163,191,214); }
H1.HeaderClassName
{
color: #A3BFD6;
}
.AnyTagClassName
{
color: #A3BFD6;
}
</style>
background-color css
<style>
a { background-color: #A3BFD6; }
a { background-color: rgb(163,191,214); }
div.DivClassName
{
background-color: #A3BFD6;
}
.BgClassName
{
background-color: #A3BFD6;
}
</style>
border-color css
<style>
span { border-color: #A3BFD6; }
span { border-color: rgb(163,191,214); }
td.TdClassName
{
border-color: #A3BFD6;
}
.TagClassName
{
border-color: #A3BFD6;
}
</style>