Shades of Cold Purple #A08BB9
Tints of Cold Purple #A08BB9
RGB
CMYK
RGB Variations
Color information
#A08BB9 (or 0xA08BB9) is known color: Cold Purple. HEX triplet: A0, 8B and B9. RGB value is (160,139,185). Sum of RGB (Red+Green+Blue) = 160+139+185=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 185 - color contains mainly: blue. Hex color #A08BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BB9 is #5F7446. Grayscale: #969696. Windows color (decimal): -6255687 or 12159904. OLE color: 12159904.
HSL color Cylindrical-coordinate representation of color #A08BB9: hue angle of 267.39º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A08BB9 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 139 | 185 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.27 |
| HSL | 267.39º | 0.25% | 0.64% | - |
| HSV(B) | 267.39º | 0.25% | 0.73% | - |
| XYZ | 32.49 | 29.44 | 49.87 | - |
| YUV | 150.52 | 147.46 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 185 | 0.14 | 0.25 | 0 | 0.27 | 267.39 | 0.25 | 0.64 |
| Hex | A0 | 8B | B9 | E | 19 | 0 | 1B | 10B | 19 | 40 |
| Octal | 240 | 213 | 271 | 16 | 31 | 0 | 33 | 413 | 31 | 100 |
| Binary | 10100000 | 10001011 | 10111001 | 1110 | 11001 | 0 | 11011 | 100001011 | 11001 | 1000000 |
Color Harmonies of #A08BB9
Complementary color
Monochromatic Colors of #A08BB9
Black with #A08BB9
Text Example
Text Example
White with #A08BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BB9; }
p { color: rgb(160,139,185); }
H1.HeaderClassName
{
color: #A08BB9;
}
.AnyTagClassName
{
color: #A08BB9;
}
</style>
background-color css
<style>
a { background-color: #A08BB9; }
a { background-color: rgb(160,139,185); }
div.DivClassName
{
background-color: #A08BB9;
}
.BgClassName
{
background-color: #A08BB9;
}
</style>
border-color css
<style>
span { border-color: #A08BB9; }
span { border-color: rgb(160,139,185); }
td.TdClassName
{
border-color: #A08BB9;
}
.TagClassName
{
border-color: #A08BB9;
}
</style>