Shades of Cold Purple #A48EC9
Tints of Cold Purple #A48EC9
RGB
CMYK
RGB Variations
Color information
#A48EC9 (or 0xA48EC9) is known color: Cold Purple. HEX triplet: A4, 8E and C9. RGB value is (164,142,201). Sum of RGB (Red+Green+Blue) = 164+142+201=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #A48EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EC9 is #5B7136. Grayscale: #9B9B9B. Windows color (decimal): -5992759 or 13209252. OLE color: 13209252.
HSL color Cylindrical-coordinate representation of color #A48EC9: hue angle of 262.37º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A48EC9 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 142 | 201 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.21 |
| HSL | 262.37º | 0.35% | 0.67% | - |
| HSV(B) | 262.37º | 0.29% | 0.79% | - |
| XYZ | 35.53 | 31.46 | 59.46 | - |
| YUV | 155.3 | 153.79 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 142 | 201 | 0.18 | 0.29 | 0 | 0.21 | 262.37 | 0.35 | 0.67 |
| Hex | A4 | 8E | C9 | 12 | 1D | 0 | 15 | 106 | 23 | 43 |
| Octal | 244 | 216 | 311 | 22 | 35 | 0 | 25 | 406 | 43 | 103 |
| Binary | 10100100 | 10001110 | 11001001 | 10010 | 11101 | 0 | 10101 | 100000110 | 100011 | 1000011 |
Color Harmonies of #A48EC9
Complementary color
Monochromatic Colors of #A48EC9
Black with #A48EC9
Text Example
Text Example
White with #A48EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48EC9; }
p { color: rgb(164,142,201); }
H1.HeaderClassName
{
color: #A48EC9;
}
.AnyTagClassName
{
color: #A48EC9;
}
</style>
background-color css
<style>
a { background-color: #A48EC9; }
a { background-color: rgb(164,142,201); }
div.DivClassName
{
background-color: #A48EC9;
}
.BgClassName
{
background-color: #A48EC9;
}
</style>
border-color css
<style>
span { border-color: #A48EC9; }
span { border-color: rgb(164,142,201); }
td.TdClassName
{
border-color: #A48EC9;
}
.TagClassName
{
border-color: #A48EC9;
}
</style>