Shades of Cold Purple #A89CBD
Tints of Cold Purple #A89CBD
RGB
CMYK
RGB Variations
Color information
#A89CBD (or 0xA89CBD) is known color: Cold Purple. HEX triplet: A8, 9C and BD. RGB value is (168,156,189). Sum of RGB (Red+Green+Blue) = 168+156+189=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #A89CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CBD is #576342. Grayscale: #A3A3A3. Windows color (decimal): -5727043 or 12426408. OLE color: 12426408.
HSL color Cylindrical-coordinate representation of color #A89CBD: hue angle of 261.82º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A89CBD is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 156 | 189 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.26 |
| HSL | 261.82º | 0.2% | 0.68% | - |
| HSV(B) | 261.82º | 0.17% | 0.74% | - |
| XYZ | 37.22 | 35.78 | 53.09 | - |
| YUV | 163.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 189 | 0.11 | 0.17 | 0 | 0.26 | 261.82 | 0.2 | 0.68 |
| Hex | A8 | 9C | BD | B | 11 | 0 | 1A | 106 | 14 | 44 |
| Octal | 250 | 234 | 275 | 13 | 21 | 0 | 32 | 406 | 24 | 104 |
| Binary | 10101000 | 10011100 | 10111101 | 1011 | 10001 | 0 | 11010 | 100000110 | 10100 | 1000100 |
Color Harmonies of #A89CBD
Complementary color
Monochromatic Colors of #A89CBD
Black with #A89CBD
Text Example
Text Example
White with #A89CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CBD; }
p { color: rgb(168,156,189); }
H1.HeaderClassName
{
color: #A89CBD;
}
.AnyTagClassName
{
color: #A89CBD;
}
</style>
background-color css
<style>
a { background-color: #A89CBD; }
a { background-color: rgb(168,156,189); }
div.DivClassName
{
background-color: #A89CBD;
}
.BgClassName
{
background-color: #A89CBD;
}
</style>
border-color css
<style>
span { border-color: #A89CBD; }
span { border-color: rgb(168,156,189); }
td.TdClassName
{
border-color: #A89CBD;
}
.TagClassName
{
border-color: #A89CBD;
}
</style>