Shades of Cold Purple #A38DC5
Tints of Cold Purple #A38DC5
RGB
CMYK
RGB Variations
Color information
#A38DC5 (or 0xA38DC5) is known color: Cold Purple. HEX triplet: A3, 8D and C5. RGB value is (163,141,197). Sum of RGB (Red+Green+Blue) = 163+141+197=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 197 - color contains mainly: blue. Hex color #A38DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DC5 is #5C723A. Grayscale: #999999. Windows color (decimal): -6058555 or 12946851. OLE color: 12946851.
HSL color Cylindrical-coordinate representation of color #A38DC5: hue angle of 263.57º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A38DC5 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 141 | 197 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.23 |
| HSL | 263.57º | 0.33% | 0.66% | - |
| HSV(B) | 263.57º | 0.28% | 0.77% | - |
| XYZ | 34.71 | 30.87 | 56.95 | - |
| YUV | 153.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 197 | 0.17 | 0.28 | 0 | 0.23 | 263.57 | 0.33 | 0.66 |
| Hex | A3 | 8D | C5 | 11 | 1C | 0 | 17 | 108 | 21 | 42 |
| Octal | 243 | 215 | 305 | 21 | 34 | 0 | 27 | 410 | 41 | 102 |
| Binary | 10100011 | 10001101 | 11000101 | 10001 | 11100 | 0 | 10111 | 100001000 | 100001 | 1000010 |
Color Harmonies of #A38DC5
Complementary color
Monochromatic Colors of #A38DC5
Black with #A38DC5
Text Example
Text Example
White with #A38DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38DC5; }
p { color: rgb(163,141,197); }
H1.HeaderClassName
{
color: #A38DC5;
}
.AnyTagClassName
{
color: #A38DC5;
}
</style>
background-color css
<style>
a { background-color: #A38DC5; }
a { background-color: rgb(163,141,197); }
div.DivClassName
{
background-color: #A38DC5;
}
.BgClassName
{
background-color: #A38DC5;
}
</style>
border-color css
<style>
span { border-color: #A38DC5; }
span { border-color: rgb(163,141,197); }
td.TdClassName
{
border-color: #A38DC5;
}
.TagClassName
{
border-color: #A38DC5;
}
</style>