Shades of Cold Purple #A38DBD
Tints of Cold Purple #A38DBD
RGB
CMYK
RGB Variations
Color information
#A38DBD (or 0xA38DBD) is known color: Cold Purple. HEX triplet: A3, 8D and BD. RGB value is (163,141,189). Sum of RGB (Red+Green+Blue) = 163+141+189=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #A38DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DBD is #5C7242. Grayscale: #989898. Windows color (decimal): -6058563 or 12422563. OLE color: 12422563.
HSL color Cylindrical-coordinate representation of color #A38DBD: hue angle of 267.5º degrees, saturation: 0.27, 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 #A38DBD is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 141 | 189 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.26 |
| HSL | 267.5º | 0.27% | 0.65% | - |
| HSV(B) | 267.5º | 0.25% | 0.74% | - |
| XYZ | 33.81 | 30.51 | 52.25 | - |
| YUV | 153.05 | 148.29 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 189 | 0.14 | 0.25 | 0 | 0.26 | 267.5 | 0.27 | 0.65 |
| Hex | A3 | 8D | BD | E | 19 | 0 | 1A | 10C | 1B | 41 |
| Octal | 243 | 215 | 275 | 16 | 31 | 0 | 32 | 414 | 33 | 101 |
| Binary | 10100011 | 10001101 | 10111101 | 1110 | 11001 | 0 | 11010 | 100001100 | 11011 | 1000001 |
Color Harmonies of #A38DBD
Complementary color
Monochromatic Colors of #A38DBD
Black with #A38DBD
Text Example
Text Example
White with #A38DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38DBD; }
p { color: rgb(163,141,189); }
H1.HeaderClassName
{
color: #A38DBD;
}
.AnyTagClassName
{
color: #A38DBD;
}
</style>
background-color css
<style>
a { background-color: #A38DBD; }
a { background-color: rgb(163,141,189); }
div.DivClassName
{
background-color: #A38DBD;
}
.BgClassName
{
background-color: #A38DBD;
}
</style>
border-color css
<style>
span { border-color: #A38DBD; }
span { border-color: rgb(163,141,189); }
td.TdClassName
{
border-color: #A38DBD;
}
.TagClassName
{
border-color: #A38DBD;
}
</style>