Shades of Cold Purple #A08CBB
Tints of Cold Purple #A08CBB
RGB
CMYK
RGB Variations
Color information
#A08CBB (or 0xA08CBB) is known color: Cold Purple. HEX triplet: A0, 8C and BB. RGB value is (160,140,187). Sum of RGB (Red+Green+Blue) = 160+140+187=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #A08CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CBB is #5F7344. Grayscale: #979797. Windows color (decimal): -6255429 or 12291232. OLE color: 12291232.
HSL color Cylindrical-coordinate representation of color #A08CBB: hue angle of 265.53º degrees, saturation: 0.26, 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 #A08CBB is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 140 | 187 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.27 |
| HSL | 265.53º | 0.26% | 0.64% | - |
| HSV(B) | 265.53º | 0.25% | 0.73% | - |
| XYZ | 32.84 | 29.82 | 51.04 | - |
| YUV | 151.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 187 | 0.14 | 0.25 | 0 | 0.27 | 265.53 | 0.26 | 0.64 |
| Hex | A0 | 8C | BB | E | 19 | 0 | 1B | 10A | 1A | 40 |
| Octal | 240 | 214 | 273 | 16 | 31 | 0 | 33 | 412 | 32 | 100 |
| Binary | 10100000 | 10001100 | 10111011 | 1110 | 11001 | 0 | 11011 | 100001010 | 11010 | 1000000 |
Color Harmonies of #A08CBB
Complementary color
Monochromatic Colors of #A08CBB
Black with #A08CBB
Text Example
Text Example
White with #A08CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08CBB; }
p { color: rgb(160,140,187); }
H1.HeaderClassName
{
color: #A08CBB;
}
.AnyTagClassName
{
color: #A08CBB;
}
</style>
background-color css
<style>
a { background-color: #A08CBB; }
a { background-color: rgb(160,140,187); }
div.DivClassName
{
background-color: #A08CBB;
}
.BgClassName
{
background-color: #A08CBB;
}
</style>
border-color css
<style>
span { border-color: #A08CBB; }
span { border-color: rgb(160,140,187); }
td.TdClassName
{
border-color: #A08CBB;
}
.TagClassName
{
border-color: #A08CBB;
}
</style>