Shades of Cold Purple #A38DCB
Tints of Cold Purple #A38DCB
RGB
CMYK
RGB Variations
Color information
#A38DCB (or 0xA38DCB) is known color: Cold Purple. HEX triplet: A3, 8D and CB. RGB value is (163,141,203). Sum of RGB (Red+Green+Blue) = 163+141+203=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #A38DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DCB is #5C7234. Grayscale: #9A9A9A. Windows color (decimal): -6058549 or 13340067. OLE color: 13340067.
HSL color Cylindrical-coordinate representation of color #A38DCB: hue angle of 261.29º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A38DCB is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 141 | 203 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.20 |
| HSL | 261.29º | 0.37% | 0.67% | - |
| HSV(B) | 261.29º | 0.31% | 0.8% | - |
| XYZ | 35.41 | 31.15 | 60.65 | - |
| YUV | 154.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 203 | 0.20 | 0.31 | 0 | 0.20 | 261.29 | 0.37 | 0.67 |
| Hex | A3 | 8D | CB | 14 | 1F | 0 | 14 | 105 | 25 | 43 |
| Octal | 243 | 215 | 313 | 24 | 37 | 0 | 24 | 405 | 45 | 103 |
| Binary | 10100011 | 10001101 | 11001011 | 10100 | 11111 | 0 | 10100 | 100000101 | 100101 | 1000011 |
Color Harmonies of #A38DCB
Complementary color
Monochromatic Colors of #A38DCB
Black with #A38DCB
Text Example
Text Example
White with #A38DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38DCB; }
p { color: rgb(163,141,203); }
H1.HeaderClassName
{
color: #A38DCB;
}
.AnyTagClassName
{
color: #A38DCB;
}
</style>
background-color css
<style>
a { background-color: #A38DCB; }
a { background-color: rgb(163,141,203); }
div.DivClassName
{
background-color: #A38DCB;
}
.BgClassName
{
background-color: #A38DCB;
}
</style>
border-color css
<style>
span { border-color: #A38DCB; }
span { border-color: rgb(163,141,203); }
td.TdClassName
{
border-color: #A38DCB;
}
.TagClassName
{
border-color: #A38DCB;
}
</style>