Shades of Cold Purple #A49ABF
Tints of Cold Purple #A49ABF
RGB
CMYK
RGB Variations
Color information
#A49ABF (or 0xA49ABF) is known color: Cold Purple. HEX triplet: A4, 9A and BF. RGB value is (164,154,191). Sum of RGB (Red+Green+Blue) = 164+154+191=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #A49ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ABF is #5B6540. Grayscale: #A1A1A1. Windows color (decimal): -5989697 or 12556964. OLE color: 12556964.
HSL color Cylindrical-coordinate representation of color #A49ABF: hue angle of 256.22º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A49ABF is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 154 | 191 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.25 |
| HSL | 256.22º | 0.22% | 0.68% | - |
| HSV(B) | 256.22º | 0.19% | 0.75% | - |
| XYZ | 36.27 | 34.77 | 54.09 | - |
| YUV | 161.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 191 | 0.14 | 0.19 | 0 | 0.25 | 256.22 | 0.22 | 0.68 |
| Hex | A4 | 9A | BF | E | 13 | 0 | 19 | 100 | 16 | 44 |
| Octal | 244 | 232 | 277 | 16 | 23 | 0 | 31 | 400 | 26 | 104 |
| Binary | 10100100 | 10011010 | 10111111 | 1110 | 10011 | 0 | 11001 | 100000000 | 10110 | 1000100 |
Color Harmonies of #A49ABF
Complementary color
Monochromatic Colors of #A49ABF
Black with #A49ABF
Text Example
Text Example
White with #A49ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49ABF; }
p { color: rgb(164,154,191); }
H1.HeaderClassName
{
color: #A49ABF;
}
.AnyTagClassName
{
color: #A49ABF;
}
</style>
background-color css
<style>
a { background-color: #A49ABF; }
a { background-color: rgb(164,154,191); }
div.DivClassName
{
background-color: #A49ABF;
}
.BgClassName
{
background-color: #A49ABF;
}
</style>
border-color css
<style>
span { border-color: #A49ABF; }
span { border-color: rgb(164,154,191); }
td.TdClassName
{
border-color: #A49ABF;
}
.TagClassName
{
border-color: #A49ABF;
}
</style>