Shades of Cold Purple #A38DBC
Tints of Cold Purple #A38DBC
RGB
CMYK
RGB Variations
Color information
#A38DBC (or 0xA38DBC) is known color: Cold Purple. HEX triplet: A3, 8D and BC. RGB value is (163,141,188). Sum of RGB (Red+Green+Blue) = 163+141+188=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #A38DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DBC is #5C7243. Grayscale: #989898. Windows color (decimal): -6058564 or 12357027. OLE color: 12357027.
HSL color Cylindrical-coordinate representation of color #A38DBC: hue angle of 268.09º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A38DBC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 141 | 188 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.26 |
| HSL | 268.09º | 0.26% | 0.65% | - |
| HSV(B) | 268.09º | 0.25% | 0.74% | - |
| XYZ | 33.71 | 30.47 | 51.68 | - |
| YUV | 152.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 188 | 0.13 | 0.25 | 0 | 0.26 | 268.09 | 0.26 | 0.65 |
| Hex | A3 | 8D | BC | D | 19 | 0 | 1A | 10C | 1A | 41 |
| Octal | 243 | 215 | 274 | 15 | 31 | 0 | 32 | 414 | 32 | 101 |
| Binary | 10100011 | 10001101 | 10111100 | 1101 | 11001 | 0 | 11010 | 100001100 | 11010 | 1000001 |
Color Harmonies of #A38DBC
Complementary color
Monochromatic Colors of #A38DBC
Black with #A38DBC
Text Example
Text Example
White with #A38DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38DBC; }
p { color: rgb(163,141,188); }
H1.HeaderClassName
{
color: #A38DBC;
}
.AnyTagClassName
{
color: #A38DBC;
}
</style>
background-color css
<style>
a { background-color: #A38DBC; }
a { background-color: rgb(163,141,188); }
div.DivClassName
{
background-color: #A38DBC;
}
.BgClassName
{
background-color: #A38DBC;
}
</style>
border-color css
<style>
span { border-color: #A38DBC; }
span { border-color: rgb(163,141,188); }
td.TdClassName
{
border-color: #A38DBC;
}
.TagClassName
{
border-color: #A38DBC;
}
</style>