Shades of Cold Purple #A28DC0
Tints of Cold Purple #A28DC0
RGB
CMYK
RGB Variations
Color information
#A28DC0 (or 0xA28DC0) is known color: Cold Purple. HEX triplet: A2, 8D and C0. RGB value is (162,141,192). Sum of RGB (Red+Green+Blue) = 162+141+192=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #A28DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DC0 is #5D723F. Grayscale: #989898. Windows color (decimal): -6124096 or 12619170. OLE color: 12619170.
HSL color Cylindrical-coordinate representation of color #A28DC0: hue angle of 264.71º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A28DC0 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 141 | 192 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.25 |
| HSL | 264.71º | 0.29% | 0.65% | - |
| HSV(B) | 264.71º | 0.27% | 0.75% | - |
| XYZ | 33.94 | 30.54 | 53.97 | - |
| YUV | 153.09 | 149.96 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 192 | 0.16 | 0.27 | 0 | 0.25 | 264.71 | 0.29 | 0.65 |
| Hex | A2 | 8D | C0 | 10 | 1B | 0 | 19 | 109 | 1D | 41 |
| Octal | 242 | 215 | 300 | 20 | 33 | 0 | 31 | 411 | 35 | 101 |
| Binary | 10100010 | 10001101 | 11000000 | 10000 | 11011 | 0 | 11001 | 100001001 | 11101 | 1000001 |
Color Harmonies of #A28DC0
Complementary color
Monochromatic Colors of #A28DC0
Black with #A28DC0
Text Example
Text Example
White with #A28DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28DC0; }
p { color: rgb(162,141,192); }
H1.HeaderClassName
{
color: #A28DC0;
}
.AnyTagClassName
{
color: #A28DC0;
}
</style>
background-color css
<style>
a { background-color: #A28DC0; }
a { background-color: rgb(162,141,192); }
div.DivClassName
{
background-color: #A28DC0;
}
.BgClassName
{
background-color: #A28DC0;
}
</style>
border-color css
<style>
span { border-color: #A28DC0; }
span { border-color: rgb(162,141,192); }
td.TdClassName
{
border-color: #A28DC0;
}
.TagClassName
{
border-color: #A28DC0;
}
</style>