Shades of Spun Pearl #A59DBB
Tints of Spun Pearl #A59DBB
RGB
CMYK
RGB Variations
Color information
#A59DBB (or 0xA59DBB) is known color: Spun Pearl. HEX triplet: A5, 9D and BB. RGB value is (165,157,187). Sum of RGB (Red+Green+Blue) = 165+157+187=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #A59DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DBB is #5A6244. Grayscale: #A2A2A2. Windows color (decimal): -5923397 or 12295589. OLE color: 12295589.
HSL color Cylindrical-coordinate representation of color #A59DBB: hue angle of 256º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A59DBB is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 157 | 187 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.27 |
| HSL | 256º | 0.18% | 0.67% | - |
| HSV(B) | 256º | 0.16% | 0.73% | - |
| XYZ | 36.54 | 35.7 | 51.98 | - |
| YUV | 162.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 187 | 0.12 | 0.16 | 0 | 0.27 | 256 | 0.18 | 0.67 |
| Hex | A5 | 9D | BB | C | 10 | 0 | 1B | 100 | 12 | 43 |
| Octal | 245 | 235 | 273 | 14 | 20 | 0 | 33 | 400 | 22 | 103 |
| Binary | 10100101 | 10011101 | 10111011 | 1100 | 10000 | 0 | 11011 | 100000000 | 10010 | 1000011 |
Color Harmonies of #A59DBB
Complementary color
Monochromatic Colors of #A59DBB
Black with #A59DBB
Text Example
Text Example
White with #A59DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DBB; }
p { color: rgb(165,157,187); }
H1.HeaderClassName
{
color: #A59DBB;
}
.AnyTagClassName
{
color: #A59DBB;
}
</style>
background-color css
<style>
a { background-color: #A59DBB; }
a { background-color: rgb(165,157,187); }
div.DivClassName
{
background-color: #A59DBB;
}
.BgClassName
{
background-color: #A59DBB;
}
</style>
border-color css
<style>
span { border-color: #A59DBB; }
span { border-color: rgb(165,157,187); }
td.TdClassName
{
border-color: #A59DBB;
}
.TagClassName
{
border-color: #A59DBB;
}
</style>