Shades of Spun Pearl #A69FB7
Tints of Spun Pearl #A69FB7
RGB
CMYK
RGB Variations
Color information
#A69FB7 (or 0xA69FB7) is known color: Spun Pearl. HEX triplet: A6, 9F and B7. RGB value is (166,159,183). Sum of RGB (Red+Green+Blue) = 166+159+183=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 183 - color contains mainly: blue. Hex color #A69FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FB7 is #596048. Grayscale: #A3A3A3. Windows color (decimal): -5857353 or 12033958. OLE color: 12033958.
HSL color Cylindrical-coordinate representation of color #A69FB7: hue angle of 257.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A69FB7 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 159 | 183 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.28 |
| HSL | 257.5º | 0.14% | 0.67% | - |
| HSV(B) | 257.5º | 0.13% | 0.72% | - |
| XYZ | 36.67 | 36.32 | 49.88 | - |
| YUV | 163.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 183 | 0.09 | 0.13 | 0 | 0.28 | 257.5 | 0.14 | 0.67 |
| Hex | A6 | 9F | B7 | 9 | D | 0 | 1C | 102 | E | 43 |
| Octal | 246 | 237 | 267 | 11 | 15 | 0 | 34 | 402 | 16 | 103 |
| Binary | 10100110 | 10011111 | 10110111 | 1001 | 1101 | 0 | 11100 | 100000010 | 1110 | 1000011 |
Color Harmonies of #A69FB7
Complementary color
Monochromatic Colors of #A69FB7
Black with #A69FB7
Text Example
Text Example
White with #A69FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69FB7; }
p { color: rgb(166,159,183); }
H1.HeaderClassName
{
color: #A69FB7;
}
.AnyTagClassName
{
color: #A69FB7;
}
</style>
background-color css
<style>
a { background-color: #A69FB7; }
a { background-color: rgb(166,159,183); }
div.DivClassName
{
background-color: #A69FB7;
}
.BgClassName
{
background-color: #A69FB7;
}
</style>
border-color css
<style>
span { border-color: #A69FB7; }
span { border-color: rgb(166,159,183); }
td.TdClassName
{
border-color: #A69FB7;
}
.TagClassName
{
border-color: #A69FB7;
}
</style>