Shades of Cold Purple #A38EC6
Tints of Cold Purple #A38EC6
RGB
CMYK
RGB Variations
Color information
#A38EC6 (or 0xA38EC6) is known color: Cold Purple. HEX triplet: A3, 8E and C6. RGB value is (163,142,198). Sum of RGB (Red+Green+Blue) = 163+142+198=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #A38EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38EC6 is #5C7139. Grayscale: #9A9A9A. Windows color (decimal): -6058298 or 13012643. OLE color: 13012643.
HSL color Cylindrical-coordinate representation of color #A38EC6: hue angle of 262.5º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A38EC6 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 142 | 198 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.22 |
| HSL | 262.5º | 0.33% | 0.67% | - |
| HSV(B) | 262.5º | 0.28% | 0.78% | - |
| XYZ | 34.97 | 31.21 | 57.61 | - |
| YUV | 154.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 198 | 0.18 | 0.28 | 0 | 0.22 | 262.5 | 0.33 | 0.67 |
| Hex | A3 | 8E | C6 | 12 | 1C | 0 | 16 | 106 | 21 | 43 |
| Octal | 243 | 216 | 306 | 22 | 34 | 0 | 26 | 406 | 41 | 103 |
| Binary | 10100011 | 10001110 | 11000110 | 10010 | 11100 | 0 | 10110 | 100000110 | 100001 | 1000011 |
Color Harmonies of #A38EC6
Complementary color
Monochromatic Colors of #A38EC6
Black with #A38EC6
Text Example
Text Example
White with #A38EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38EC6; }
p { color: rgb(163,142,198); }
H1.HeaderClassName
{
color: #A38EC6;
}
.AnyTagClassName
{
color: #A38EC6;
}
</style>
background-color css
<style>
a { background-color: #A38EC6; }
a { background-color: rgb(163,142,198); }
div.DivClassName
{
background-color: #A38EC6;
}
.BgClassName
{
background-color: #A38EC6;
}
</style>
border-color css
<style>
span { border-color: #A38EC6; }
span { border-color: rgb(163,142,198); }
td.TdClassName
{
border-color: #A38EC6;
}
.TagClassName
{
border-color: #A38EC6;
}
</style>