Shades of Cold Purple #A08BC6
Tints of Cold Purple #A08BC6
RGB
CMYK
RGB Variations
Color information
#A08BC6 (or 0xA08BC6) is known color: Cold Purple. HEX triplet: A0, 8B and C6. RGB value is (160,139,198). Sum of RGB (Red+Green+Blue) = 160+139+198=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 198 - color contains mainly: blue. Hex color #A08BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BC6 is #5F7439. Grayscale: #979797. Windows color (decimal): -6255674 or 13011872. OLE color: 13011872.
HSL color Cylindrical-coordinate representation of color #A08BC6: hue angle of 261.36º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08BC6 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 139 | 198 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.22 |
| HSL | 261.36º | 0.34% | 0.66% | - |
| HSV(B) | 261.36º | 0.3% | 0.78% | - |
| XYZ | 33.92 | 30.02 | 57.43 | - |
| YUV | 152.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 198 | 0.19 | 0.30 | 0 | 0.22 | 261.36 | 0.34 | 0.66 |
| Hex | A0 | 8B | C6 | 13 | 1E | 0 | 16 | 105 | 22 | 42 |
| Octal | 240 | 213 | 306 | 23 | 36 | 0 | 26 | 405 | 42 | 102 |
| Binary | 10100000 | 10001011 | 11000110 | 10011 | 11110 | 0 | 10110 | 100000101 | 100010 | 1000010 |
Color Harmonies of #A08BC6
Complementary color
Monochromatic Colors of #A08BC6
Black with #A08BC6
Text Example
Text Example
White with #A08BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BC6; }
p { color: rgb(160,139,198); }
H1.HeaderClassName
{
color: #A08BC6;
}
.AnyTagClassName
{
color: #A08BC6;
}
</style>
background-color css
<style>
a { background-color: #A08BC6; }
a { background-color: rgb(160,139,198); }
div.DivClassName
{
background-color: #A08BC6;
}
.BgClassName
{
background-color: #A08BC6;
}
</style>
border-color css
<style>
span { border-color: #A08BC6; }
span { border-color: rgb(160,139,198); }
td.TdClassName
{
border-color: #A08BC6;
}
.TagClassName
{
border-color: #A08BC6;
}
</style>