Shades of Cold Purple #A39ABB
Tints of Cold Purple #A39ABB
RGB
CMYK
RGB Variations
Color information
#A39ABB (or 0xA39ABB) is known color: Cold Purple. HEX triplet: A3, 9A and BB. RGB value is (163,154,187). Sum of RGB (Red+Green+Blue) = 163+154+187=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #A39ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39ABB is #5C6544. Grayscale: #A0A0A0. Windows color (decimal): -6055237 or 12294819. OLE color: 12294819.
HSL color Cylindrical-coordinate representation of color #A39ABB: hue angle of 256.36º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A39ABB is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 154 | 187 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.27 |
| HSL | 256.36º | 0.2% | 0.67% | - |
| HSV(B) | 256.36º | 0.18% | 0.73% | - |
| XYZ | 35.63 | 34.49 | 51.79 | - |
| YUV | 160.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 187 | 0.13 | 0.18 | 0 | 0.27 | 256.36 | 0.2 | 0.67 |
| Hex | A3 | 9A | BB | D | 12 | 0 | 1B | 100 | 14 | 43 |
| Octal | 243 | 232 | 273 | 15 | 22 | 0 | 33 | 400 | 24 | 103 |
| Binary | 10100011 | 10011010 | 10111011 | 1101 | 10010 | 0 | 11011 | 100000000 | 10100 | 1000011 |
Color Harmonies of #A39ABB
Complementary color
Monochromatic Colors of #A39ABB
Black with #A39ABB
Text Example
Text Example
White with #A39ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39ABB; }
p { color: rgb(163,154,187); }
H1.HeaderClassName
{
color: #A39ABB;
}
.AnyTagClassName
{
color: #A39ABB;
}
</style>
background-color css
<style>
a { background-color: #A39ABB; }
a { background-color: rgb(163,154,187); }
div.DivClassName
{
background-color: #A39ABB;
}
.BgClassName
{
background-color: #A39ABB;
}
</style>
border-color css
<style>
span { border-color: #A39ABB; }
span { border-color: rgb(163,154,187); }
td.TdClassName
{
border-color: #A39ABB;
}
.TagClassName
{
border-color: #A39ABB;
}
</style>