Shades of Cold Purple #A28DC5
Tints of Cold Purple #A28DC5
RGB
CMYK
RGB Variations
Color information
#A28DC5 (or 0xA28DC5) is known color: Cold Purple. HEX triplet: A2, 8D and C5. RGB value is (162,141,197). Sum of RGB (Red+Green+Blue) = 162+141+197=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 197 - color contains mainly: blue. Hex color #A28DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DC5 is #5D723A. Grayscale: #999999. Windows color (decimal): -6124091 or 12946850. OLE color: 12946850.
HSL color Cylindrical-coordinate representation of color #A28DC5: hue angle of 262.5º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A28DC5 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 141 | 197 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.23 |
| HSL | 262.5º | 0.33% | 0.66% | - |
| HSV(B) | 262.5º | 0.28% | 0.77% | - |
| XYZ | 34.5 | 30.76 | 56.94 | - |
| YUV | 153.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 197 | 0.18 | 0.28 | 0 | 0.23 | 262.5 | 0.33 | 0.66 |
| Hex | A2 | 8D | C5 | 12 | 1C | 0 | 17 | 106 | 21 | 42 |
| Octal | 242 | 215 | 305 | 22 | 34 | 0 | 27 | 406 | 41 | 102 |
| Binary | 10100010 | 10001101 | 11000101 | 10010 | 11100 | 0 | 10111 | 100000110 | 100001 | 1000010 |
Color Harmonies of #A28DC5
Complementary color
Monochromatic Colors of #A28DC5
Black with #A28DC5
Text Example
Text Example
White with #A28DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28DC5; }
p { color: rgb(162,141,197); }
H1.HeaderClassName
{
color: #A28DC5;
}
.AnyTagClassName
{
color: #A28DC5;
}
</style>
background-color css
<style>
a { background-color: #A28DC5; }
a { background-color: rgb(162,141,197); }
div.DivClassName
{
background-color: #A28DC5;
}
.BgClassName
{
background-color: #A28DC5;
}
</style>
border-color css
<style>
span { border-color: #A28DC5; }
span { border-color: rgb(162,141,197); }
td.TdClassName
{
border-color: #A28DC5;
}
.TagClassName
{
border-color: #A28DC5;
}
</style>