Shades of Cold Purple #A08CB5
Tints of Cold Purple #A08CB5
RGB
CMYK
RGB Variations
Color information
#A08CB5 (or 0xA08CB5) is known color: Cold Purple. HEX triplet: A0, 8C and B5. RGB value is (160,140,181). Sum of RGB (Red+Green+Blue) = 160+140+181=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 181 - color contains mainly: blue. Hex color #A08CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CB5 is #5F734A. Grayscale: #969696. Windows color (decimal): -6255435 or 11898016. OLE color: 11898016.
HSL color Cylindrical-coordinate representation of color #A08CB5: hue angle of 269.27º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A08CB5 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 140 | 181 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.29 |
| HSL | 269.27º | 0.22% | 0.63% | - |
| HSV(B) | 269.27º | 0.23% | 0.71% | - |
| XYZ | 32.22 | 29.57 | 47.72 | - |
| YUV | 150.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 181 | 0.12 | 0.23 | 0 | 0.29 | 269.27 | 0.22 | 0.63 |
| Hex | A0 | 8C | B5 | C | 17 | 0 | 1D | 10D | 16 | 3F |
| Octal | 240 | 214 | 265 | 14 | 27 | 0 | 35 | 415 | 26 | 77 |
| Binary | 10100000 | 10001100 | 10110101 | 1100 | 10111 | 0 | 11101 | 100001101 | 10110 | 111111 |
Color Harmonies of #A08CB5
Complementary color
Monochromatic Colors of #A08CB5
Black with #A08CB5
Text Example
Text Example
White with #A08CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08CB5; }
p { color: rgb(160,140,181); }
H1.HeaderClassName
{
color: #A08CB5;
}
.AnyTagClassName
{
color: #A08CB5;
}
</style>
background-color css
<style>
a { background-color: #A08CB5; }
a { background-color: rgb(160,140,181); }
div.DivClassName
{
background-color: #A08CB5;
}
.BgClassName
{
background-color: #A08CB5;
}
</style>
border-color css
<style>
span { border-color: #A08CB5; }
span { border-color: rgb(160,140,181); }
td.TdClassName
{
border-color: #A08CB5;
}
.TagClassName
{
border-color: #A08CB5;
}
</style>