Shades of Cold Purple #A897BF
Tints of Cold Purple #A897BF
RGB
CMYK
RGB Variations
Color information
#A897BF (or 0xA897BF) is known color: Cold Purple. HEX triplet: A8, 97 and BF. RGB value is (168,151,191). Sum of RGB (Red+Green+Blue) = 168+151+191=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #A897BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897BF is #576840. Grayscale: #A0A0A0. Windows color (decimal): -5728321 or 12556200. OLE color: 12556200.
HSL color Cylindrical-coordinate representation of color #A897BF: hue angle of 265.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A897BF is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 151 | 191 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.25 |
| HSL | 265.5º | 0.24% | 0.67% | - |
| HSV(B) | 265.5º | 0.21% | 0.75% | - |
| XYZ | 36.62 | 34.22 | 53.97 | - |
| YUV | 160.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 191 | 0.12 | 0.21 | 0 | 0.25 | 265.5 | 0.24 | 0.67 |
| Hex | A8 | 97 | BF | C | 15 | 0 | 19 | 10A | 18 | 43 |
| Octal | 250 | 227 | 277 | 14 | 25 | 0 | 31 | 412 | 30 | 103 |
| Binary | 10101000 | 10010111 | 10111111 | 1100 | 10101 | 0 | 11001 | 100001010 | 11000 | 1000011 |
Color Harmonies of #A897BF
Complementary color
Monochromatic Colors of #A897BF
Black with #A897BF
Text Example
Text Example
White with #A897BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A897BF; }
p { color: rgb(168,151,191); }
H1.HeaderClassName
{
color: #A897BF;
}
.AnyTagClassName
{
color: #A897BF;
}
</style>
background-color css
<style>
a { background-color: #A897BF; }
a { background-color: rgb(168,151,191); }
div.DivClassName
{
background-color: #A897BF;
}
.BgClassName
{
background-color: #A897BF;
}
</style>
border-color css
<style>
span { border-color: #A897BF; }
span { border-color: rgb(168,151,191); }
td.TdClassName
{
border-color: #A897BF;
}
.TagClassName
{
border-color: #A897BF;
}
</style>