Shades of Spun Pearl #A59FBA
Tints of Spun Pearl #A59FBA
RGB
CMYK
RGB Variations
Color information
#A59FBA (or 0xA59FBA) is known color: Spun Pearl. HEX triplet: A5, 9F and BA. RGB value is (165,159,186). Sum of RGB (Red+Green+Blue) = 165+159+186=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #A59FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FBA is #5A6045. Grayscale: #A3A3A3. Windows color (decimal): -5922886 or 12230565. OLE color: 12230565.
HSL color Cylindrical-coordinate representation of color #A59FBA: hue angle of 253.33º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A59FBA is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 159 | 186 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.27 |
| HSL | 253.33º | 0.16% | 0.68% | - |
| HSV(B) | 253.33º | 0.15% | 0.73% | - |
| XYZ | 36.78 | 36.34 | 51.53 | - |
| YUV | 163.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 186 | 0.11 | 0.15 | 0 | 0.27 | 253.33 | 0.16 | 0.68 |
| Hex | A5 | 9F | BA | B | F | 0 | 1B | FD | 10 | 44 |
| Octal | 245 | 237 | 272 | 13 | 17 | 0 | 33 | 375 | 20 | 104 |
| Binary | 10100101 | 10011111 | 10111010 | 1011 | 1111 | 0 | 11011 | 11111101 | 10000 | 1000100 |
Color Harmonies of #A59FBA
Complementary color
Monochromatic Colors of #A59FBA
Black with #A59FBA
Text Example
Text Example
White with #A59FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59FBA; }
p { color: rgb(165,159,186); }
H1.HeaderClassName
{
color: #A59FBA;
}
.AnyTagClassName
{
color: #A59FBA;
}
</style>
background-color css
<style>
a { background-color: #A59FBA; }
a { background-color: rgb(165,159,186); }
div.DivClassName
{
background-color: #A59FBA;
}
.BgClassName
{
background-color: #A59FBA;
}
</style>
border-color css
<style>
span { border-color: #A59FBA; }
span { border-color: rgb(165,159,186); }
td.TdClassName
{
border-color: #A59FBA;
}
.TagClassName
{
border-color: #A59FBA;
}
</style>