Shades of Spun Pearl #A69FB9
Tints of Spun Pearl #A69FB9
RGB
CMYK
RGB Variations
Color information
#A69FB9 (or 0xA69FB9) is known color: Spun Pearl. HEX triplet: A6, 9F and B9. RGB value is (166,159,185). Sum of RGB (Red+Green+Blue) = 166+159+185=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 185 - color contains mainly: blue. Hex color #A69FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FB9 is #596046. Grayscale: #A3A3A3. Windows color (decimal): -5857351 or 12165030. OLE color: 12165030.
HSL color Cylindrical-coordinate representation of color #A69FB9: hue angle of 256.15º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A69FB9 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 159 | 185 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.27 |
| HSL | 256.15º | 0.16% | 0.67% | - |
| HSV(B) | 256.15º | 0.14% | 0.73% | - |
| XYZ | 36.88 | 36.41 | 50.98 | - |
| YUV | 164.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 185 | 0.10 | 0.14 | 0 | 0.27 | 256.15 | 0.16 | 0.67 |
| Hex | A6 | 9F | B9 | A | E | 0 | 1B | 100 | 10 | 43 |
| Octal | 246 | 237 | 271 | 12 | 16 | 0 | 33 | 400 | 20 | 103 |
| Binary | 10100110 | 10011111 | 10111001 | 1010 | 1110 | 0 | 11011 | 100000000 | 10000 | 1000011 |
Color Harmonies of #A69FB9
Complementary color
Monochromatic Colors of #A69FB9
Black with #A69FB9
Text Example
Text Example
White with #A69FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69FB9; }
p { color: rgb(166,159,185); }
H1.HeaderClassName
{
color: #A69FB9;
}
.AnyTagClassName
{
color: #A69FB9;
}
</style>
background-color css
<style>
a { background-color: #A69FB9; }
a { background-color: rgb(166,159,185); }
div.DivClassName
{
background-color: #A69FB9;
}
.BgClassName
{
background-color: #A69FB9;
}
</style>
border-color css
<style>
span { border-color: #A69FB9; }
span { border-color: rgb(166,159,185); }
td.TdClassName
{
border-color: #A69FB9;
}
.TagClassName
{
border-color: #A69FB9;
}
</style>