Shades of Cold Purple #A38BC9
Tints of Cold Purple #A38BC9
RGB
CMYK
RGB Variations
Color information
#A38BC9 (or 0xA38BC9) is known color: Cold Purple. HEX triplet: A3, 8B and C9. RGB value is (163,139,201). Sum of RGB (Red+Green+Blue) = 163+139+201=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #A38BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BC9 is #5C7436. Grayscale: #999999. Windows color (decimal): -6059063 or 13208483. OLE color: 13208483.
HSL color Cylindrical-coordinate representation of color #A38BC9: hue angle of 263.23º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A38BC9 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 139 | 201 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.21 |
| HSL | 263.23º | 0.36% | 0.67% | - |
| HSV(B) | 263.23º | 0.31% | 0.79% | - |
| XYZ | 34.88 | 30.47 | 59.3 | - |
| YUV | 153.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 201 | 0.19 | 0.31 | 0 | 0.21 | 263.23 | 0.36 | 0.67 |
| Hex | A3 | 8B | C9 | 13 | 1F | 0 | 15 | 107 | 24 | 43 |
| Octal | 243 | 213 | 311 | 23 | 37 | 0 | 25 | 407 | 44 | 103 |
| Binary | 10100011 | 10001011 | 11001001 | 10011 | 11111 | 0 | 10101 | 100000111 | 100100 | 1000011 |
Color Harmonies of #A38BC9
Complementary color
Monochromatic Colors of #A38BC9
Black with #A38BC9
Text Example
Text Example
White with #A38BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BC9; }
p { color: rgb(163,139,201); }
H1.HeaderClassName
{
color: #A38BC9;
}
.AnyTagClassName
{
color: #A38BC9;
}
</style>
background-color css
<style>
a { background-color: #A38BC9; }
a { background-color: rgb(163,139,201); }
div.DivClassName
{
background-color: #A38BC9;
}
.BgClassName
{
background-color: #A38BC9;
}
</style>
border-color css
<style>
span { border-color: #A38BC9; }
span { border-color: rgb(163,139,201); }
td.TdClassName
{
border-color: #A38BC9;
}
.TagClassName
{
border-color: #A38BC9;
}
</style>