Shades of Cold Purple #A38ECD
Tints of Cold Purple #A38ECD
RGB
CMYK
RGB Variations
Color information
#A38ECD (or 0xA38ECD) is known color: Cold Purple. HEX triplet: A3, 8E and CD. RGB value is (163,142,205). Sum of RGB (Red+Green+Blue) = 163+142+205=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #A38ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ECD is #5C7132. Grayscale: #9B9B9B. Windows color (decimal): -6058291 or 13471395. OLE color: 13471395.
HSL color Cylindrical-coordinate representation of color #A38ECD: hue angle of 260º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A38ECD is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 142 | 205 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.20 |
| HSL | 260º | 0.39% | 0.68% | - |
| HSV(B) | 260º | 0.31% | 0.8% | - |
| XYZ | 35.8 | 31.54 | 61.96 | - |
| YUV | 155.46 | 155.96 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 205 | 0.20 | 0.31 | 0 | 0.20 | 260 | 0.39 | 0.68 |
| Hex | A3 | 8E | CD | 14 | 1F | 0 | 14 | 104 | 27 | 44 |
| Octal | 243 | 216 | 315 | 24 | 37 | 0 | 24 | 404 | 47 | 104 |
| Binary | 10100011 | 10001110 | 11001101 | 10100 | 11111 | 0 | 10100 | 100000100 | 100111 | 1000100 |
Color Harmonies of #A38ECD
Complementary color
Monochromatic Colors of #A38ECD
Black with #A38ECD
Text Example
Text Example
White with #A38ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38ECD; }
p { color: rgb(163,142,205); }
H1.HeaderClassName
{
color: #A38ECD;
}
.AnyTagClassName
{
color: #A38ECD;
}
</style>
background-color css
<style>
a { background-color: #A38ECD; }
a { background-color: rgb(163,142,205); }
div.DivClassName
{
background-color: #A38ECD;
}
.BgClassName
{
background-color: #A38ECD;
}
</style>
border-color css
<style>
span { border-color: #A38ECD; }
span { border-color: rgb(163,142,205); }
td.TdClassName
{
border-color: #A38ECD;
}
.TagClassName
{
border-color: #A38ECD;
}
</style>