Shades of Cold Purple #A08CBC
Tints of Cold Purple #A08CBC
RGB
CMYK
RGB Variations
Color information
#A08CBC (or 0xA08CBC) is known color: Cold Purple. HEX triplet: A0, 8C and BC. RGB value is (160,140,188). Sum of RGB (Red+Green+Blue) = 160+140+188=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #A08CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CBC is #5F7343. Grayscale: #979797. Windows color (decimal): -6255428 or 12356768. OLE color: 12356768.
HSL color Cylindrical-coordinate representation of color #A08CBC: hue angle of 265º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A08CBC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 140 | 188 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.26 |
| HSL | 265º | 0.26% | 0.64% | - |
| HSV(B) | 265º | 0.26% | 0.74% | - |
| XYZ | 32.95 | 29.86 | 51.6 | - |
| YUV | 151.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 188 | 0.15 | 0.26 | 0 | 0.26 | 265 | 0.26 | 0.64 |
| Hex | A0 | 8C | BC | F | 1A | 0 | 1A | 109 | 1A | 40 |
| Octal | 240 | 214 | 274 | 17 | 32 | 0 | 32 | 411 | 32 | 100 |
| Binary | 10100000 | 10001100 | 10111100 | 1111 | 11010 | 0 | 11010 | 100001001 | 11010 | 1000000 |
Color Harmonies of #A08CBC
Complementary color
Monochromatic Colors of #A08CBC
Black with #A08CBC
Text Example
Text Example
White with #A08CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08CBC; }
p { color: rgb(160,140,188); }
H1.HeaderClassName
{
color: #A08CBC;
}
.AnyTagClassName
{
color: #A08CBC;
}
</style>
background-color css
<style>
a { background-color: #A08CBC; }
a { background-color: rgb(160,140,188); }
div.DivClassName
{
background-color: #A08CBC;
}
.BgClassName
{
background-color: #A08CBC;
}
</style>
border-color css
<style>
span { border-color: #A08CBC; }
span { border-color: rgb(160,140,188); }
td.TdClassName
{
border-color: #A08CBC;
}
.TagClassName
{
border-color: #A08CBC;
}
</style>