Shades of Cold Purple #A49AB6
Tints of Cold Purple #A49AB6
RGB
CMYK
RGB Variations
Color information
#A49AB6 (or 0xA49AB6) is known color: Cold Purple. HEX triplet: A4, 9A and B6. RGB value is (164,154,182). Sum of RGB (Red+Green+Blue) = 164+154+182=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 182 - color contains mainly: blue. Hex color #A49AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49AB6 is #5B6549. Grayscale: #A0A0A0. Windows color (decimal): -5989706 or 11967140. OLE color: 11967140.
HSL color Cylindrical-coordinate representation of color #A49AB6: hue angle of 261.43º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A49AB6 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 154 | 182 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.29 |
| HSL | 261.43º | 0.16% | 0.66% | - |
| HSV(B) | 261.43º | 0.15% | 0.71% | - |
| XYZ | 35.31 | 34.38 | 49.03 | - |
| YUV | 160.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 182 | 0.10 | 0.15 | 0 | 0.29 | 261.43 | 0.16 | 0.66 |
| Hex | A4 | 9A | B6 | A | F | 0 | 1D | 105 | 10 | 42 |
| Octal | 244 | 232 | 266 | 12 | 17 | 0 | 35 | 405 | 20 | 102 |
| Binary | 10100100 | 10011010 | 10110110 | 1010 | 1111 | 0 | 11101 | 100000101 | 10000 | 1000010 |
Color Harmonies of #A49AB6
Complementary color
Monochromatic Colors of #A49AB6
Black with #A49AB6
Text Example
Text Example
White with #A49AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49AB6; }
p { color: rgb(164,154,182); }
H1.HeaderClassName
{
color: #A49AB6;
}
.AnyTagClassName
{
color: #A49AB6;
}
</style>
background-color css
<style>
a { background-color: #A49AB6; }
a { background-color: rgb(164,154,182); }
div.DivClassName
{
background-color: #A49AB6;
}
.BgClassName
{
background-color: #A49AB6;
}
</style>
border-color css
<style>
span { border-color: #A49AB6; }
span { border-color: rgb(164,154,182); }
td.TdClassName
{
border-color: #A49AB6;
}
.TagClassName
{
border-color: #A49AB6;
}
</style>