Shades of Spun Pearl #A69EBC
Tints of Spun Pearl #A69EBC
RGB
CMYK
RGB Variations
Color information
#A69EBC (or 0xA69EBC) is known color: Spun Pearl. HEX triplet: A6, 9E and BC. RGB value is (166,158,188). Sum of RGB (Red+Green+Blue) = 166+158+188=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #A69EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EBC is #596143. Grayscale: #A3A3A3. Windows color (decimal): -5857604 or 12361382. OLE color: 12361382.
HSL color Cylindrical-coordinate representation of color #A69EBC: hue angle of 256º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A69EBC is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 158 | 188 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.26 |
| HSL | 256º | 0.18% | 0.68% | - |
| HSV(B) | 256º | 0.16% | 0.74% | - |
| XYZ | 37.03 | 36.19 | 52.61 | - |
| YUV | 163.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 188 | 0.12 | 0.16 | 0 | 0.26 | 256 | 0.18 | 0.68 |
| Hex | A6 | 9E | BC | C | 10 | 0 | 1A | 100 | 12 | 44 |
| Octal | 246 | 236 | 274 | 14 | 20 | 0 | 32 | 400 | 22 | 104 |
| Binary | 10100110 | 10011110 | 10111100 | 1100 | 10000 | 0 | 11010 | 100000000 | 10010 | 1000100 |
Color Harmonies of #A69EBC
Complementary color
Monochromatic Colors of #A69EBC
Black with #A69EBC
Text Example
Text Example
White with #A69EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69EBC; }
p { color: rgb(166,158,188); }
H1.HeaderClassName
{
color: #A69EBC;
}
.AnyTagClassName
{
color: #A69EBC;
}
</style>
background-color css
<style>
a { background-color: #A69EBC; }
a { background-color: rgb(166,158,188); }
div.DivClassName
{
background-color: #A69EBC;
}
.BgClassName
{
background-color: #A69EBC;
}
</style>
border-color css
<style>
span { border-color: #A69EBC; }
span { border-color: rgb(166,158,188); }
td.TdClassName
{
border-color: #A69EBC;
}
.TagClassName
{
border-color: #A69EBC;
}
</style>