Shades of Cold Purple #A38FB9
Tints of Cold Purple #A38FB9
RGB
CMYK
RGB Variations
Color information
#A38FB9 (or 0xA38FB9) is known color: Cold Purple. HEX triplet: A3, 8F and B9. RGB value is (163,143,185). Sum of RGB (Red+Green+Blue) = 163+143+185=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 185 - color contains mainly: blue. Hex color #A38FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FB9 is #5C7046. Grayscale: #999999. Windows color (decimal): -6058055 or 12160931. OLE color: 12160931.
HSL color Cylindrical-coordinate representation of color #A38FB9: hue angle of 268.57º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A38FB9 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 143 | 185 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.27 |
| HSL | 268.57º | 0.23% | 0.64% | - |
| HSV(B) | 268.57º | 0.23% | 0.73% | - |
| XYZ | 33.68 | 30.93 | 50.09 | - |
| YUV | 153.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 185 | 0.12 | 0.23 | 0 | 0.27 | 268.57 | 0.23 | 0.64 |
| Hex | A3 | 8F | B9 | C | 17 | 0 | 1B | 10D | 17 | 40 |
| Octal | 243 | 217 | 271 | 14 | 27 | 0 | 33 | 415 | 27 | 100 |
| Binary | 10100011 | 10001111 | 10111001 | 1100 | 10111 | 0 | 11011 | 100001101 | 10111 | 1000000 |
Color Harmonies of #A38FB9
Complementary color
Monochromatic Colors of #A38FB9
Black with #A38FB9
Text Example
Text Example
White with #A38FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FB9; }
p { color: rgb(163,143,185); }
H1.HeaderClassName
{
color: #A38FB9;
}
.AnyTagClassName
{
color: #A38FB9;
}
</style>
background-color css
<style>
a { background-color: #A38FB9; }
a { background-color: rgb(163,143,185); }
div.DivClassName
{
background-color: #A38FB9;
}
.BgClassName
{
background-color: #A38FB9;
}
</style>
border-color css
<style>
span { border-color: #A38FB9; }
span { border-color: rgb(163,143,185); }
td.TdClassName
{
border-color: #A38FB9;
}
.TagClassName
{
border-color: #A38FB9;
}
</style>