Shades of Cold Purple #A39AB0
Tints of Cold Purple #A39AB0
RGB
CMYK
RGB Variations
Color information
#A39AB0 (or 0xA39AB0) is known color: Cold Purple. HEX triplet: A3, 9A and B0. RGB value is (163,154,176). Sum of RGB (Red+Green+Blue) = 163+154+176=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 176 - color contains mainly: blue. Hex color #A39AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39AB0 is #5C654F. Grayscale: #9F9F9F. Windows color (decimal): -6055248 or 11573923. OLE color: 11573923.
HSL color Cylindrical-coordinate representation of color #A39AB0: hue angle of 264.55º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A39AB0 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 154 | 176 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.31 |
| HSL | 264.55º | 0.12% | 0.65% | - |
| HSV(B) | 264.55º | 0.13% | 0.69% | - |
| XYZ | 34.5 | 34.03 | 45.83 | - |
| YUV | 159.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 176 | 0.07 | 0.12 | 0 | 0.31 | 264.55 | 0.12 | 0.65 |
| Hex | A3 | 9A | B0 | 7 | C | 0 | 1F | 109 | C | 41 |
| Octal | 243 | 232 | 260 | 7 | 14 | 0 | 37 | 411 | 14 | 101 |
| Binary | 10100011 | 10011010 | 10110000 | 111 | 1100 | 0 | 11111 | 100001001 | 1100 | 1000001 |
Color Harmonies of #A39AB0
Complementary color
Monochromatic Colors of #A39AB0
Black with #A39AB0
Text Example
Text Example
White with #A39AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39AB0; }
p { color: rgb(163,154,176); }
H1.HeaderClassName
{
color: #A39AB0;
}
.AnyTagClassName
{
color: #A39AB0;
}
</style>
background-color css
<style>
a { background-color: #A39AB0; }
a { background-color: rgb(163,154,176); }
div.DivClassName
{
background-color: #A39AB0;
}
.BgClassName
{
background-color: #A39AB0;
}
</style>
border-color css
<style>
span { border-color: #A39AB0; }
span { border-color: rgb(163,154,176); }
td.TdClassName
{
border-color: #A39AB0;
}
.TagClassName
{
border-color: #A39AB0;
}
</style>