Shades of Cold Purple #A48DC4
Tints of Cold Purple #A48DC4
RGB
CMYK
RGB Variations
Color information
#A48DC4 (or 0xA48DC4) is known color: Cold Purple. HEX triplet: A4, 8D and C4. RGB value is (164,141,196). Sum of RGB (Red+Green+Blue) = 164+141+196=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #A48DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DC4 is #5B723B. Grayscale: #999999. Windows color (decimal): -5993020 or 12881316. OLE color: 12881316.
HSL color Cylindrical-coordinate representation of color #A48DC4: hue angle of 265.09º degrees, saturation: 0.32, 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 #A48DC4 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 141 | 196 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.23 |
| HSL | 265.09º | 0.32% | 0.66% | - |
| HSV(B) | 265.09º | 0.28% | 0.77% | - |
| XYZ | 34.8 | 30.93 | 56.36 | - |
| YUV | 154.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 196 | 0.16 | 0.28 | 0 | 0.23 | 265.09 | 0.32 | 0.66 |
| Hex | A4 | 8D | C4 | 10 | 1C | 0 | 17 | 109 | 20 | 42 |
| Octal | 244 | 215 | 304 | 20 | 34 | 0 | 27 | 411 | 40 | 102 |
| Binary | 10100100 | 10001101 | 11000100 | 10000 | 11100 | 0 | 10111 | 100001001 | 100000 | 1000010 |
Color Harmonies of #A48DC4
Complementary color
Monochromatic Colors of #A48DC4
Black with #A48DC4
Text Example
Text Example
White with #A48DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48DC4; }
p { color: rgb(164,141,196); }
H1.HeaderClassName
{
color: #A48DC4;
}
.AnyTagClassName
{
color: #A48DC4;
}
</style>
background-color css
<style>
a { background-color: #A48DC4; }
a { background-color: rgb(164,141,196); }
div.DivClassName
{
background-color: #A48DC4;
}
.BgClassName
{
background-color: #A48DC4;
}
</style>
border-color css
<style>
span { border-color: #A48DC4; }
span { border-color: rgb(164,141,196); }
td.TdClassName
{
border-color: #A48DC4;
}
.TagClassName
{
border-color: #A48DC4;
}
</style>