Shades of Cold Purple #A89DBB
Tints of Cold Purple #A89DBB
RGB
CMYK
RGB Variations
Color information
#A89DBB (or 0xA89DBB) is known color: Cold Purple. HEX triplet: A8, 9D and BB. RGB value is (168,157,187). Sum of RGB (Red+Green+Blue) = 168+157+187=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #A89DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DBB is #576244. Grayscale: #A3A3A3. Windows color (decimal): -5726789 or 12295592. OLE color: 12295592.
HSL color Cylindrical-coordinate representation of color #A89DBB: hue angle of 262º 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 #A89DBB is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 157 | 187 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.27 |
| HSL | 262º | 0.18% | 0.67% | - |
| HSV(B) | 262º | 0.16% | 0.73% | - |
| XYZ | 37.18 | 36.03 | 52.01 | - |
| YUV | 163.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 187 | 0.10 | 0.16 | 0 | 0.27 | 262 | 0.18 | 0.67 |
| Hex | A8 | 9D | BB | A | 10 | 0 | 1B | 106 | 12 | 43 |
| Octal | 250 | 235 | 273 | 12 | 20 | 0 | 33 | 406 | 22 | 103 |
| Binary | 10101000 | 10011101 | 10111011 | 1010 | 10000 | 0 | 11011 | 100000110 | 10010 | 1000011 |
Color Harmonies of #A89DBB
Complementary color
Monochromatic Colors of #A89DBB
Black with #A89DBB
Text Example
Text Example
White with #A89DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DBB; }
p { color: rgb(168,157,187); }
H1.HeaderClassName
{
color: #A89DBB;
}
.AnyTagClassName
{
color: #A89DBB;
}
</style>
background-color css
<style>
a { background-color: #A89DBB; }
a { background-color: rgb(168,157,187); }
div.DivClassName
{
background-color: #A89DBB;
}
.BgClassName
{
background-color: #A89DBB;
}
</style>
border-color css
<style>
span { border-color: #A89DBB; }
span { border-color: rgb(168,157,187); }
td.TdClassName
{
border-color: #A89DBB;
}
.TagClassName
{
border-color: #A89DBB;
}
</style>