Shades of Cold Purple #A48DCC
Tints of Cold Purple #A48DCC
RGB
CMYK
RGB Variations
Color information
#A48DCC (or 0xA48DCC) is known color: Cold Purple. HEX triplet: A4, 8D and CC. RGB value is (164,141,204). Sum of RGB (Red+Green+Blue) = 164+141+204=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #A48DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DCC is #5B7233. Grayscale: #9A9A9A. Windows color (decimal): -5993012 or 13405604. OLE color: 13405604.
HSL color Cylindrical-coordinate representation of color #A48DCC: hue angle of 261.9º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A48DCC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 141 | 204 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.2 |
| HSL | 261.9º | 0.38% | 0.68% | - |
| HSV(B) | 261.9º | 0.31% | 0.8% | - |
| XYZ | 35.73 | 31.3 | 61.29 | - |
| YUV | 155.06 | 155.62 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 204 | 0.20 | 0.31 | 0 | 0.2 | 261.9 | 0.38 | 0.68 |
| Hex | A4 | 8D | CC | 14 | 1F | 0 | 14 | 106 | 26 | 44 |
| Octal | 244 | 215 | 314 | 24 | 37 | 0 | 24 | 406 | 46 | 104 |
| Binary | 10100100 | 10001101 | 11001100 | 10100 | 11111 | 0 | 10100 | 100000110 | 100110 | 1000100 |
Color Harmonies of #A48DCC
Complementary color
Monochromatic Colors of #A48DCC
Black with #A48DCC
Text Example
Text Example
White with #A48DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48DCC; }
p { color: rgb(164,141,204); }
H1.HeaderClassName
{
color: #A48DCC;
}
.AnyTagClassName
{
color: #A48DCC;
}
</style>
background-color css
<style>
a { background-color: #A48DCC; }
a { background-color: rgb(164,141,204); }
div.DivClassName
{
background-color: #A48DCC;
}
.BgClassName
{
background-color: #A48DCC;
}
</style>
border-color css
<style>
span { border-color: #A48DCC; }
span { border-color: rgb(164,141,204); }
td.TdClassName
{
border-color: #A48DCC;
}
.TagClassName
{
border-color: #A48DCC;
}
</style>