Shades of Cold Purple #A895BF
Tints of Cold Purple #A895BF
RGB
CMYK
RGB Variations
Color information
#A895BF (or 0xA895BF) is known color: Cold Purple. HEX triplet: A8, 95 and BF. RGB value is (168,149,191). Sum of RGB (Red+Green+Blue) = 168+149+191=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #A895BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895BF is #576A40. Grayscale: #9F9F9F. Windows color (decimal): -5728833 or 12555688. OLE color: 12555688.
HSL color Cylindrical-coordinate representation of color #A895BF: hue angle of 267.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A895BF is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 149 | 191 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.25 |
| HSL | 267.14º | 0.25% | 0.67% | - |
| HSV(B) | 267.14º | 0.22% | 0.75% | - |
| XYZ | 36.3 | 33.58 | 53.86 | - |
| YUV | 159.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 191 | 0.12 | 0.22 | 0 | 0.25 | 267.14 | 0.25 | 0.67 |
| Hex | A8 | 95 | BF | C | 16 | 0 | 19 | 10B | 19 | 43 |
| Octal | 250 | 225 | 277 | 14 | 26 | 0 | 31 | 413 | 31 | 103 |
| Binary | 10101000 | 10010101 | 10111111 | 1100 | 10110 | 0 | 11001 | 100001011 | 11001 | 1000011 |
Color Harmonies of #A895BF
Complementary color
Monochromatic Colors of #A895BF
Black with #A895BF
Text Example
Text Example
White with #A895BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A895BF; }
p { color: rgb(168,149,191); }
H1.HeaderClassName
{
color: #A895BF;
}
.AnyTagClassName
{
color: #A895BF;
}
</style>
background-color css
<style>
a { background-color: #A895BF; }
a { background-color: rgb(168,149,191); }
div.DivClassName
{
background-color: #A895BF;
}
.BgClassName
{
background-color: #A895BF;
}
</style>
border-color css
<style>
span { border-color: #A895BF; }
span { border-color: rgb(168,149,191); }
td.TdClassName
{
border-color: #A895BF;
}
.TagClassName
{
border-color: #A895BF;
}
</style>