Shades of Cold Purple #A28DB9
Tints of Cold Purple #A28DB9
RGB
CMYK
RGB Variations
Color information
#A28DB9 (or 0xA28DB9) is known color: Cold Purple. HEX triplet: A2, 8D and B9. RGB value is (162,141,185). Sum of RGB (Red+Green+Blue) = 162+141+185=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 185 - color contains mainly: blue. Hex color #A28DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DB9 is #5D7246. Grayscale: #989898. Windows color (decimal): -6124103 or 12160418. OLE color: 12160418.
HSL color Cylindrical-coordinate representation of color #A28DB9: hue angle of 268.64º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A28DB9 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 141 | 185 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.27 |
| HSL | 268.64º | 0.24% | 0.64% | - |
| HSV(B) | 268.64º | 0.24% | 0.73% | - |
| XYZ | 33.18 | 30.23 | 49.99 | - |
| YUV | 152.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 185 | 0.12 | 0.24 | 0 | 0.27 | 268.64 | 0.24 | 0.64 |
| Hex | A2 | 8D | B9 | C | 18 | 0 | 1B | 10D | 18 | 40 |
| Octal | 242 | 215 | 271 | 14 | 30 | 0 | 33 | 415 | 30 | 100 |
| Binary | 10100010 | 10001101 | 10111001 | 1100 | 11000 | 0 | 11011 | 100001101 | 11000 | 1000000 |
Color Harmonies of #A28DB9
Complementary color
Monochromatic Colors of #A28DB9
Black with #A28DB9
Text Example
Text Example
White with #A28DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28DB9; }
p { color: rgb(162,141,185); }
H1.HeaderClassName
{
color: #A28DB9;
}
.AnyTagClassName
{
color: #A28DB9;
}
</style>
background-color css
<style>
a { background-color: #A28DB9; }
a { background-color: rgb(162,141,185); }
div.DivClassName
{
background-color: #A28DB9;
}
.BgClassName
{
background-color: #A28DB9;
}
</style>
border-color css
<style>
span { border-color: #A28DB9; }
span { border-color: rgb(162,141,185); }
td.TdClassName
{
border-color: #A28DB9;
}
.TagClassName
{
border-color: #A28DB9;
}
</style>