Shades of Cold Purple #A48ECB
Tints of Cold Purple #A48ECB
RGB
CMYK
RGB Variations
Color information
#A48ECB (or 0xA48ECB) is known color: Cold Purple. HEX triplet: A4, 8E and CB. RGB value is (164,142,203). Sum of RGB (Red+Green+Blue) = 164+142+203=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #A48ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ECB is #5B7134. Grayscale: #9B9B9B. Windows color (decimal): -5992757 or 13340324. OLE color: 13340324.
HSL color Cylindrical-coordinate representation of color #A48ECB: hue angle of 261.64º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A48ECB is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 142 | 203 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.20 |
| HSL | 261.64º | 0.37% | 0.68% | - |
| HSV(B) | 261.64º | 0.3% | 0.8% | - |
| XYZ | 35.76 | 31.55 | 60.7 | - |
| YUV | 155.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 142 | 203 | 0.19 | 0.30 | 0 | 0.20 | 261.64 | 0.37 | 0.68 |
| Hex | A4 | 8E | CB | 13 | 1E | 0 | 14 | 106 | 25 | 44 |
| Octal | 244 | 216 | 313 | 23 | 36 | 0 | 24 | 406 | 45 | 104 |
| Binary | 10100100 | 10001110 | 11001011 | 10011 | 11110 | 0 | 10100 | 100000110 | 100101 | 1000100 |
Color Harmonies of #A48ECB
Complementary color
Monochromatic Colors of #A48ECB
Black with #A48ECB
Text Example
Text Example
White with #A48ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48ECB; }
p { color: rgb(164,142,203); }
H1.HeaderClassName
{
color: #A48ECB;
}
.AnyTagClassName
{
color: #A48ECB;
}
</style>
background-color css
<style>
a { background-color: #A48ECB; }
a { background-color: rgb(164,142,203); }
div.DivClassName
{
background-color: #A48ECB;
}
.BgClassName
{
background-color: #A48ECB;
}
</style>
border-color css
<style>
span { border-color: #A48ECB; }
span { border-color: rgb(164,142,203); }
td.TdClassName
{
border-color: #A48ECB;
}
.TagClassName
{
border-color: #A48ECB;
}
</style>