Shades of Cold Purple #A89BBC
Tints of Cold Purple #A89BBC
RGB
CMYK
RGB Variations
Color information
#A89BBC (or 0xA89BBC) is known color: Cold Purple. HEX triplet: A8, 9B and BC. RGB value is (168,155,188). Sum of RGB (Red+Green+Blue) = 168+155+188=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #A89BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BBC is #576443. Grayscale: #A2A2A2. Windows color (decimal): -5727300 or 12360616. OLE color: 12360616.
HSL color Cylindrical-coordinate representation of color #A89BBC: hue angle of 263.64º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A89BBC is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 155 | 188 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.26 |
| HSL | 263.64º | 0.2% | 0.67% | - |
| HSV(B) | 263.64º | 0.18% | 0.74% | - |
| XYZ | 36.95 | 35.4 | 52.46 | - |
| YUV | 162.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 188 | 0.11 | 0.18 | 0 | 0.26 | 263.64 | 0.2 | 0.67 |
| Hex | A8 | 9B | BC | B | 12 | 0 | 1A | 108 | 14 | 43 |
| Octal | 250 | 233 | 274 | 13 | 22 | 0 | 32 | 410 | 24 | 103 |
| Binary | 10101000 | 10011011 | 10111100 | 1011 | 10010 | 0 | 11010 | 100001000 | 10100 | 1000011 |
Color Harmonies of #A89BBC
Complementary color
Monochromatic Colors of #A89BBC
Black with #A89BBC
Text Example
Text Example
White with #A89BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BBC; }
p { color: rgb(168,155,188); }
H1.HeaderClassName
{
color: #A89BBC;
}
.AnyTagClassName
{
color: #A89BBC;
}
</style>
background-color css
<style>
a { background-color: #A89BBC; }
a { background-color: rgb(168,155,188); }
div.DivClassName
{
background-color: #A89BBC;
}
.BgClassName
{
background-color: #A89BBC;
}
</style>
border-color css
<style>
span { border-color: #A89BBC; }
span { border-color: rgb(168,155,188); }
td.TdClassName
{
border-color: #A89BBC;
}
.TagClassName
{
border-color: #A89BBC;
}
</style>