Shades of Cold Purple #A89FB5
Tints of Cold Purple #A89FB5
RGB
CMYK
RGB Variations
Color information
#A89FB5 (or 0xA89FB5) is known color: Cold Purple. HEX triplet: A8, 9F and B5. RGB value is (168,159,181). Sum of RGB (Red+Green+Blue) = 168+159+181=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 181 - color contains mainly: blue. Hex color #A89FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FB5 is #57604A. Grayscale: #A4A4A4. Windows color (decimal): -5726283 or 11902888. OLE color: 11902888.
HSL color Cylindrical-coordinate representation of color #A89FB5: hue angle of 264.55º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A89FB5 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 159 | 181 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.29 |
| HSL | 264.55º | 0.13% | 0.67% | - |
| HSV(B) | 264.55º | 0.12% | 0.71% | - |
| XYZ | 36.89 | 36.46 | 48.81 | - |
| YUV | 164.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 181 | 0.07 | 0.12 | 0 | 0.29 | 264.55 | 0.13 | 0.67 |
| Hex | A8 | 9F | B5 | 7 | C | 0 | 1D | 109 | D | 43 |
| Octal | 250 | 237 | 265 | 7 | 14 | 0 | 35 | 411 | 15 | 103 |
| Binary | 10101000 | 10011111 | 10110101 | 111 | 1100 | 0 | 11101 | 100001001 | 1101 | 1000011 |
Color Harmonies of #A89FB5
Complementary color
Monochromatic Colors of #A89FB5
Black with #A89FB5
Text Example
Text Example
White with #A89FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FB5; }
p { color: rgb(168,159,181); }
H1.HeaderClassName
{
color: #A89FB5;
}
.AnyTagClassName
{
color: #A89FB5;
}
</style>
background-color css
<style>
a { background-color: #A89FB5; }
a { background-color: rgb(168,159,181); }
div.DivClassName
{
background-color: #A89FB5;
}
.BgClassName
{
background-color: #A89FB5;
}
</style>
border-color css
<style>
span { border-color: #A89FB5; }
span { border-color: rgb(168,159,181); }
td.TdClassName
{
border-color: #A89FB5;
}
.TagClassName
{
border-color: #A89FB5;
}
</style>