Shades of Cold Purple #A39DAB
Tints of Cold Purple #A39DAB
RGB
CMYK
RGB Variations
Color information
#A39DAB (or 0xA39DAB) is known color: Cold Purple. HEX triplet: A3, 9D and AB. RGB value is (163,157,171). Sum of RGB (Red+Green+Blue) = 163+157+171=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 171 - color contains mainly: blue. Hex color #A39DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39DAB is #5C6254. Grayscale: #A0A0A0. Windows color (decimal): -6054485 or 11247011. OLE color: 11247011.
HSL color Cylindrical-coordinate representation of color #A39DAB: hue angle of 265.71º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A39DAB is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 157 | 171 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.33 |
| HSL | 265.71º | 0.08% | 0.64% | - |
| HSV(B) | 265.71º | 0.08% | 0.67% | - |
| XYZ | 34.51 | 34.84 | 43.43 | - |
| YUV | 160.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 171 | 0.05 | 0.08 | 0 | 0.33 | 265.71 | 0.08 | 0.64 |
| Hex | A3 | 9D | AB | 5 | 8 | 0 | 21 | 10A | 8 | 40 |
| Octal | 243 | 235 | 253 | 5 | 10 | 0 | 41 | 412 | 10 | 100 |
| Binary | 10100011 | 10011101 | 10101011 | 101 | 1000 | 0 | 100001 | 100001010 | 1000 | 1000000 |
Color Harmonies of #A39DAB
Complementary color
Monochromatic Colors of #A39DAB
Black with #A39DAB
Text Example
Text Example
White with #A39DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39DAB; }
p { color: rgb(163,157,171); }
H1.HeaderClassName
{
color: #A39DAB;
}
.AnyTagClassName
{
color: #A39DAB;
}
</style>
background-color css
<style>
a { background-color: #A39DAB; }
a { background-color: rgb(163,157,171); }
div.DivClassName
{
background-color: #A39DAB;
}
.BgClassName
{
background-color: #A39DAB;
}
</style>
border-color css
<style>
span { border-color: #A39DAB; }
span { border-color: rgb(163,157,171); }
td.TdClassName
{
border-color: #A39DAB;
}
.TagClassName
{
border-color: #A39DAB;
}
</style>