Shades of Cold Purple #A48DCA
Tints of Cold Purple #A48DCA
RGB
CMYK
RGB Variations
Color information
#A48DCA (or 0xA48DCA) is known color: Cold Purple. HEX triplet: A4, 8D and CA. RGB value is (164,141,202). Sum of RGB (Red+Green+Blue) = 164+141+202=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #A48DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DCA is #5B7235. Grayscale: #9A9A9A. Windows color (decimal): -5993014 or 13274532. OLE color: 13274532.
HSL color Cylindrical-coordinate representation of color #A48DCA: hue angle of 262.62º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A48DCA is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 141 | 202 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.21 |
| HSL | 262.62º | 0.37% | 0.67% | - |
| HSV(B) | 262.62º | 0.3% | 0.79% | - |
| XYZ | 35.5 | 31.21 | 60.03 | - |
| YUV | 154.83 | 154.62 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 202 | 0.19 | 0.30 | 0 | 0.21 | 262.62 | 0.37 | 0.67 |
| Hex | A4 | 8D | CA | 13 | 1E | 0 | 15 | 107 | 25 | 43 |
| Octal | 244 | 215 | 312 | 23 | 36 | 0 | 25 | 407 | 45 | 103 |
| Binary | 10100100 | 10001101 | 11001010 | 10011 | 11110 | 0 | 10101 | 100000111 | 100101 | 1000011 |
Color Harmonies of #A48DCA
Complementary color
Monochromatic Colors of #A48DCA
Black with #A48DCA
Text Example
Text Example
White with #A48DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48DCA; }
p { color: rgb(164,141,202); }
H1.HeaderClassName
{
color: #A48DCA;
}
.AnyTagClassName
{
color: #A48DCA;
}
</style>
background-color css
<style>
a { background-color: #A48DCA; }
a { background-color: rgb(164,141,202); }
div.DivClassName
{
background-color: #A48DCA;
}
.BgClassName
{
background-color: #A48DCA;
}
</style>
border-color css
<style>
span { border-color: #A48DCA; }
span { border-color: rgb(164,141,202); }
td.TdClassName
{
border-color: #A48DCA;
}
.TagClassName
{
border-color: #A48DCA;
}
</style>