Shades of Cold Purple #A38FBA
Tints of Cold Purple #A38FBA
RGB
CMYK
RGB Variations
Color information
#A38FBA (or 0xA38FBA) is known color: Cold Purple. HEX triplet: A3, 8F and BA. RGB value is (163,143,186). Sum of RGB (Red+Green+Blue) = 163+143+186=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #A38FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FBA is #5C7045. Grayscale: #999999. Windows color (decimal): -6058054 or 12226467. OLE color: 12226467.
HSL color Cylindrical-coordinate representation of color #A38FBA: hue angle of 267.91º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A38FBA is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 143 | 186 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.27 |
| HSL | 267.91º | 0.24% | 0.65% | - |
| HSV(B) | 267.91º | 0.23% | 0.73% | - |
| XYZ | 33.79 | 30.98 | 50.65 | - |
| YUV | 153.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 186 | 0.12 | 0.23 | 0 | 0.27 | 267.91 | 0.24 | 0.65 |
| Hex | A3 | 8F | BA | C | 17 | 0 | 1B | 10C | 18 | 41 |
| Octal | 243 | 217 | 272 | 14 | 27 | 0 | 33 | 414 | 30 | 101 |
| Binary | 10100011 | 10001111 | 10111010 | 1100 | 10111 | 0 | 11011 | 100001100 | 11000 | 1000001 |
Color Harmonies of #A38FBA
Complementary color
Monochromatic Colors of #A38FBA
Black with #A38FBA
Text Example
Text Example
White with #A38FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FBA; }
p { color: rgb(163,143,186); }
H1.HeaderClassName
{
color: #A38FBA;
}
.AnyTagClassName
{
color: #A38FBA;
}
</style>
background-color css
<style>
a { background-color: #A38FBA; }
a { background-color: rgb(163,143,186); }
div.DivClassName
{
background-color: #A38FBA;
}
.BgClassName
{
background-color: #A38FBA;
}
</style>
border-color css
<style>
span { border-color: #A38FBA; }
span { border-color: rgb(163,143,186); }
td.TdClassName
{
border-color: #A38FBA;
}
.TagClassName
{
border-color: #A38FBA;
}
</style>