Shades of Cold Purple #A08BC9
Tints of Cold Purple #A08BC9
RGB
CMYK
RGB Variations
Color information
#A08BC9 (or 0xA08BC9) is known color: Cold Purple. HEX triplet: A0, 8B and C9. RGB value is (160,139,201). Sum of RGB (Red+Green+Blue) = 160+139+201=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 201 - color contains mainly: blue. Hex color #A08BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BC9 is #5F7436. Grayscale: #989898. Windows color (decimal): -6255671 or 13208480. OLE color: 13208480.
HSL color Cylindrical-coordinate representation of color #A08BC9: hue angle of 260.32º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A08BC9 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 139 | 201 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.21 |
| HSL | 260.32º | 0.36% | 0.67% | - |
| HSV(B) | 260.32º | 0.31% | 0.79% | - |
| XYZ | 34.27 | 30.16 | 59.27 | - |
| YUV | 152.35 | 155.46 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 201 | 0.20 | 0.31 | 0 | 0.21 | 260.32 | 0.36 | 0.67 |
| Hex | A0 | 8B | C9 | 14 | 1F | 0 | 15 | 104 | 24 | 43 |
| Octal | 240 | 213 | 311 | 24 | 37 | 0 | 25 | 404 | 44 | 103 |
| Binary | 10100000 | 10001011 | 11001001 | 10100 | 11111 | 0 | 10101 | 100000100 | 100100 | 1000011 |
Color Harmonies of #A08BC9
Complementary color
Monochromatic Colors of #A08BC9
Black with #A08BC9
Text Example
Text Example
White with #A08BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BC9; }
p { color: rgb(160,139,201); }
H1.HeaderClassName
{
color: #A08BC9;
}
.AnyTagClassName
{
color: #A08BC9;
}
</style>
background-color css
<style>
a { background-color: #A08BC9; }
a { background-color: rgb(160,139,201); }
div.DivClassName
{
background-color: #A08BC9;
}
.BgClassName
{
background-color: #A08BC9;
}
</style>
border-color css
<style>
span { border-color: #A08BC9; }
span { border-color: rgb(160,139,201); }
td.TdClassName
{
border-color: #A08BC9;
}
.TagClassName
{
border-color: #A08BC9;
}
</style>