Shades of Cold Purple #A08BC1
Tints of Cold Purple #A08BC1
RGB
CMYK
RGB Variations
Color information
#A08BC1 (or 0xA08BC1) is known color: Cold Purple. HEX triplet: A0, 8B and C1. RGB value is (160,139,193). Sum of RGB (Red+Green+Blue) = 160+139+193=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #A08BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BC1 is #5F743E. Grayscale: #979797. Windows color (decimal): -6255679 or 12684192. OLE color: 12684192.
HSL color Cylindrical-coordinate representation of color #A08BC1: hue angle of 263.33º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A08BC1 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 139 | 193 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.24 |
| HSL | 263.33º | 0.3% | 0.65% | - |
| HSV(B) | 263.33º | 0.28% | 0.76% | - |
| XYZ | 33.36 | 29.79 | 54.44 | - |
| YUV | 151.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 193 | 0.17 | 0.28 | 0 | 0.24 | 263.33 | 0.3 | 0.65 |
| Hex | A0 | 8B | C1 | 11 | 1C | 0 | 18 | 107 | 1E | 41 |
| Octal | 240 | 213 | 301 | 21 | 34 | 0 | 30 | 407 | 36 | 101 |
| Binary | 10100000 | 10001011 | 11000001 | 10001 | 11100 | 0 | 11000 | 100000111 | 11110 | 1000001 |
Color Harmonies of #A08BC1
Complementary color
Monochromatic Colors of #A08BC1
Black with #A08BC1
Text Example
Text Example
White with #A08BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BC1; }
p { color: rgb(160,139,193); }
H1.HeaderClassName
{
color: #A08BC1;
}
.AnyTagClassName
{
color: #A08BC1;
}
</style>
background-color css
<style>
a { background-color: #A08BC1; }
a { background-color: rgb(160,139,193); }
div.DivClassName
{
background-color: #A08BC1;
}
.BgClassName
{
background-color: #A08BC1;
}
</style>
border-color css
<style>
span { border-color: #A08BC1; }
span { border-color: rgb(160,139,193); }
td.TdClassName
{
border-color: #A08BC1;
}
.TagClassName
{
border-color: #A08BC1;
}
</style>