Shades of Cold Purple #A48EC6
Tints of Cold Purple #A48EC6
RGB
CMYK
RGB Variations
Color information
#A48EC6 (or 0xA48EC6) is known color: Cold Purple. HEX triplet: A4, 8E and C6. RGB value is (164,142,198). Sum of RGB (Red+Green+Blue) = 164+142+198=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #A48EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EC6 is #5B7139. Grayscale: #9A9A9A. Windows color (decimal): -5992762 or 13012644. OLE color: 13012644.
HSL color Cylindrical-coordinate representation of color #A48EC6: hue angle of 263.57º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A48EC6 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 142 | 198 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.22 |
| HSL | 263.57º | 0.33% | 0.67% | - |
| HSV(B) | 263.57º | 0.28% | 0.78% | - |
| XYZ | 35.18 | 31.32 | 57.62 | - |
| YUV | 154.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 142 | 198 | 0.17 | 0.28 | 0 | 0.22 | 263.57 | 0.33 | 0.67 |
| Hex | A4 | 8E | C6 | 11 | 1C | 0 | 16 | 108 | 21 | 43 |
| Octal | 244 | 216 | 306 | 21 | 34 | 0 | 26 | 410 | 41 | 103 |
| Binary | 10100100 | 10001110 | 11000110 | 10001 | 11100 | 0 | 10110 | 100001000 | 100001 | 1000011 |
Color Harmonies of #A48EC6
Complementary color
Monochromatic Colors of #A48EC6
Black with #A48EC6
Text Example
Text Example
White with #A48EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48EC6; }
p { color: rgb(164,142,198); }
H1.HeaderClassName
{
color: #A48EC6;
}
.AnyTagClassName
{
color: #A48EC6;
}
</style>
background-color css
<style>
a { background-color: #A48EC6; }
a { background-color: rgb(164,142,198); }
div.DivClassName
{
background-color: #A48EC6;
}
.BgClassName
{
background-color: #A48EC6;
}
</style>
border-color css
<style>
span { border-color: #A48EC6; }
span { border-color: rgb(164,142,198); }
td.TdClassName
{
border-color: #A48EC6;
}
.TagClassName
{
border-color: #A48EC6;
}
</style>