Shades of Cold Purple #A28DCF
Tints of Cold Purple #A28DCF
RGB
CMYK
RGB Variations
Color information
#A28DCF (or 0xA28DCF) is known color: Cold Purple. HEX triplet: A2, 8D and CF. RGB value is (162,141,207). Sum of RGB (Red+Green+Blue) = 162+141+207=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #A28DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DCF is #5D7230. Grayscale: #9A9A9A. Windows color (decimal): -6124081 or 13602210. OLE color: 13602210.
HSL color Cylindrical-coordinate representation of color #A28DCF: hue angle of 259.09º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A28DCF is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 141 | 207 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.19 |
| HSL | 259.09º | 0.41% | 0.68% | - |
| HSV(B) | 259.09º | 0.32% | 0.81% | - |
| XYZ | 35.69 | 31.24 | 63.18 | - |
| YUV | 154.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 207 | 0.22 | 0.32 | 0 | 0.19 | 259.09 | 0.41 | 0.68 |
| Hex | A2 | 8D | CF | 16 | 20 | 0 | 13 | 103 | 29 | 44 |
| Octal | 242 | 215 | 317 | 26 | 40 | 0 | 23 | 403 | 51 | 104 |
| Binary | 10100010 | 10001101 | 11001111 | 10110 | 100000 | 0 | 10011 | 100000011 | 101001 | 1000100 |
Color Harmonies of #A28DCF
Complementary color
Monochromatic Colors of #A28DCF
Black with #A28DCF
Text Example
Text Example
White with #A28DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28DCF; }
p { color: rgb(162,141,207); }
H1.HeaderClassName
{
color: #A28DCF;
}
.AnyTagClassName
{
color: #A28DCF;
}
</style>
background-color css
<style>
a { background-color: #A28DCF; }
a { background-color: rgb(162,141,207); }
div.DivClassName
{
background-color: #A28DCF;
}
.BgClassName
{
background-color: #A28DCF;
}
</style>
border-color css
<style>
span { border-color: #A28DCF; }
span { border-color: rgb(162,141,207); }
td.TdClassName
{
border-color: #A28DCF;
}
.TagClassName
{
border-color: #A28DCF;
}
</style>