Shades of Cold Purple #A38ECB
Tints of Cold Purple #A38ECB
RGB
CMYK
RGB Variations
Color information
#A38ECB (or 0xA38ECB) is known color: Cold Purple. HEX triplet: A3, 8E and CB. RGB value is (163,142,203). Sum of RGB (Red+Green+Blue) = 163+142+203=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #A38ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ECB is #5C7134. Grayscale: #9B9B9B. Windows color (decimal): -6058293 or 13340323. OLE color: 13340323.
HSL color Cylindrical-coordinate representation of color #A38ECB: hue angle of 260.66º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A38ECB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 142 | 203 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.20 |
| HSL | 260.66º | 0.37% | 0.68% | - |
| HSV(B) | 260.66º | 0.3% | 0.8% | - |
| XYZ | 35.56 | 31.44 | 60.7 | - |
| YUV | 155.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 203 | 0.20 | 0.30 | 0 | 0.20 | 260.66 | 0.37 | 0.68 |
| Hex | A3 | 8E | CB | 14 | 1E | 0 | 14 | 105 | 25 | 44 |
| Octal | 243 | 216 | 313 | 24 | 36 | 0 | 24 | 405 | 45 | 104 |
| Binary | 10100011 | 10001110 | 11001011 | 10100 | 11110 | 0 | 10100 | 100000101 | 100101 | 1000100 |
Color Harmonies of #A38ECB
Complementary color
Monochromatic Colors of #A38ECB
Black with #A38ECB
Text Example
Text Example
White with #A38ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38ECB; }
p { color: rgb(163,142,203); }
H1.HeaderClassName
{
color: #A38ECB;
}
.AnyTagClassName
{
color: #A38ECB;
}
</style>
background-color css
<style>
a { background-color: #A38ECB; }
a { background-color: rgb(163,142,203); }
div.DivClassName
{
background-color: #A38ECB;
}
.BgClassName
{
background-color: #A38ECB;
}
</style>
border-color css
<style>
span { border-color: #A38ECB; }
span { border-color: rgb(163,142,203); }
td.TdClassName
{
border-color: #A38ECB;
}
.TagClassName
{
border-color: #A38ECB;
}
</style>