Shades of Cold Purple #A08BC8
Tints of Cold Purple #A08BC8
RGB
CMYK
RGB Variations
Color information
#A08BC8 (or 0xA08BC8) is known color: Cold Purple. HEX triplet: A0, 8B and C8. RGB value is (160,139,200). Sum of RGB (Red+Green+Blue) = 160+139+200=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 200 - color contains mainly: blue. Hex color #A08BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BC8 is #5F7437. Grayscale: #989898. Windows color (decimal): -6255672 or 13142944. OLE color: 13142944.
HSL color Cylindrical-coordinate representation of color #A08BC8: hue angle of 260.66º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A08BC8 is Cyan = 0.2, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 139 | 200 | - |
| CMYK | 0.2 | 0.30 | 0 | 0.22 |
| HSL | 260.66º | 0.36% | 0.66% | - |
| HSV(B) | 260.66º | 0.31% | 0.78% | - |
| XYZ | 34.16 | 30.11 | 58.66 | - |
| YUV | 152.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 200 | 0.2 | 0.30 | 0 | 0.22 | 260.66 | 0.36 | 0.66 |
| Hex | A0 | 8B | C8 | 14 | 1E | 0 | 16 | 105 | 24 | 42 |
| Octal | 240 | 213 | 310 | 24 | 36 | 0 | 26 | 405 | 44 | 102 |
| Binary | 10100000 | 10001011 | 11001000 | 10100 | 11110 | 0 | 10110 | 100000101 | 100100 | 1000010 |
Color Harmonies of #A08BC8
Complementary color
Monochromatic Colors of #A08BC8
Black with #A08BC8
Text Example
Text Example
White with #A08BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BC8; }
p { color: rgb(160,139,200); }
H1.HeaderClassName
{
color: #A08BC8;
}
.AnyTagClassName
{
color: #A08BC8;
}
</style>
background-color css
<style>
a { background-color: #A08BC8; }
a { background-color: rgb(160,139,200); }
div.DivClassName
{
background-color: #A08BC8;
}
.BgClassName
{
background-color: #A08BC8;
}
</style>
border-color css
<style>
span { border-color: #A08BC8; }
span { border-color: rgb(160,139,200); }
td.TdClassName
{
border-color: #A08BC8;
}
.TagClassName
{
border-color: #A08BC8;
}
</style>