Shades of Cold Purple #A499BC
Tints of Cold Purple #A499BC
RGB
CMYK
RGB Variations
Color information
#A499BC (or 0xA499BC) is known color: Cold Purple. HEX triplet: A4, 99 and BC. RGB value is (164,153,188). Sum of RGB (Red+Green+Blue) = 164+153+188=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #A499BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499BC is #5B6643. Grayscale: #A0A0A0. Windows color (decimal): -5989956 or 12360100. OLE color: 12360100.
HSL color Cylindrical-coordinate representation of color #A499BC: hue angle of 258.86º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A499BC is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 153 | 188 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.26 |
| HSL | 258.86º | 0.21% | 0.67% | - |
| HSV(B) | 258.86º | 0.19% | 0.74% | - |
| XYZ | 35.78 | 34.31 | 52.31 | - |
| YUV | 160.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 188 | 0.13 | 0.19 | 0 | 0.26 | 258.86 | 0.21 | 0.67 |
| Hex | A4 | 99 | BC | D | 13 | 0 | 1A | 103 | 15 | 43 |
| Octal | 244 | 231 | 274 | 15 | 23 | 0 | 32 | 403 | 25 | 103 |
| Binary | 10100100 | 10011001 | 10111100 | 1101 | 10011 | 0 | 11010 | 100000011 | 10101 | 1000011 |
Color Harmonies of #A499BC
Complementary color
Monochromatic Colors of #A499BC
Black with #A499BC
Text Example
Text Example
White with #A499BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499BC; }
p { color: rgb(164,153,188); }
H1.HeaderClassName
{
color: #A499BC;
}
.AnyTagClassName
{
color: #A499BC;
}
</style>
background-color css
<style>
a { background-color: #A499BC; }
a { background-color: rgb(164,153,188); }
div.DivClassName
{
background-color: #A499BC;
}
.BgClassName
{
background-color: #A499BC;
}
</style>
border-color css
<style>
span { border-color: #A499BC; }
span { border-color: rgb(164,153,188); }
td.TdClassName
{
border-color: #A499BC;
}
.TagClassName
{
border-color: #A499BC;
}
</style>