Shades of Cold Purple #A38DCE
Tints of Cold Purple #A38DCE
RGB
CMYK
RGB Variations
Color information
#A38DCE (or 0xA38DCE) is known color: Cold Purple. HEX triplet: A3, 8D and CE. RGB value is (163,141,206). Sum of RGB (Red+Green+Blue) = 163+141+206=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #A38DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DCE is #5C7231. Grayscale: #9A9A9A. Windows color (decimal): -6058546 or 13536675. OLE color: 13536675.
HSL color Cylindrical-coordinate representation of color #A38DCE: hue angle of 260.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A38DCE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 141 | 206 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.19 |
| HSL | 260.31º | 0.4% | 0.68% | - |
| HSV(B) | 260.31º | 0.32% | 0.81% | - |
| XYZ | 35.77 | 31.29 | 62.55 | - |
| YUV | 154.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 206 | 0.21 | 0.32 | 0 | 0.19 | 260.31 | 0.4 | 0.68 |
| Hex | A3 | 8D | CE | 15 | 20 | 0 | 13 | 104 | 28 | 44 |
| Octal | 243 | 215 | 316 | 25 | 40 | 0 | 23 | 404 | 50 | 104 |
| Binary | 10100011 | 10001101 | 11001110 | 10101 | 100000 | 0 | 10011 | 100000100 | 101000 | 1000100 |
Color Harmonies of #A38DCE
Complementary color
Monochromatic Colors of #A38DCE
Black with #A38DCE
Text Example
Text Example
White with #A38DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38DCE; }
p { color: rgb(163,141,206); }
H1.HeaderClassName
{
color: #A38DCE;
}
.AnyTagClassName
{
color: #A38DCE;
}
</style>
background-color css
<style>
a { background-color: #A38DCE; }
a { background-color: rgb(163,141,206); }
div.DivClassName
{
background-color: #A38DCE;
}
.BgClassName
{
background-color: #A38DCE;
}
</style>
border-color css
<style>
span { border-color: #A38DCE; }
span { border-color: rgb(163,141,206); }
td.TdClassName
{
border-color: #A38DCE;
}
.TagClassName
{
border-color: #A38DCE;
}
</style>