Shades of Cold Purple #A08BBD
Tints of Cold Purple #A08BBD
RGB
CMYK
RGB Variations
Color information
#A08BBD (or 0xA08BBD) is known color: Cold Purple. HEX triplet: A0, 8B and BD. RGB value is (160,139,189). Sum of RGB (Red+Green+Blue) = 160+139+189=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #A08BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BBD is #5F7442. Grayscale: #969696. Windows color (decimal): -6255683 or 12422048. OLE color: 12422048.
HSL color Cylindrical-coordinate representation of color #A08BBD: hue angle of 265.2º degrees, saturation: 0.27, 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 #A08BBD is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 139 | 189 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.26 |
| HSL | 265.2º | 0.27% | 0.64% | - |
| HSV(B) | 265.2º | 0.26% | 0.74% | - |
| XYZ | 32.92 | 29.61 | 52.13 | - |
| YUV | 150.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 189 | 0.15 | 0.26 | 0 | 0.26 | 265.2 | 0.27 | 0.64 |
| Hex | A0 | 8B | BD | F | 1A | 0 | 1A | 109 | 1B | 40 |
| Octal | 240 | 213 | 275 | 17 | 32 | 0 | 32 | 411 | 33 | 100 |
| Binary | 10100000 | 10001011 | 10111101 | 1111 | 11010 | 0 | 11010 | 100001001 | 11011 | 1000000 |
Color Harmonies of #A08BBD
Complementary color
Monochromatic Colors of #A08BBD
Black with #A08BBD
Text Example
Text Example
White with #A08BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BBD; }
p { color: rgb(160,139,189); }
H1.HeaderClassName
{
color: #A08BBD;
}
.AnyTagClassName
{
color: #A08BBD;
}
</style>
background-color css
<style>
a { background-color: #A08BBD; }
a { background-color: rgb(160,139,189); }
div.DivClassName
{
background-color: #A08BBD;
}
.BgClassName
{
background-color: #A08BBD;
}
</style>
border-color css
<style>
span { border-color: #A08BBD; }
span { border-color: rgb(160,139,189); }
td.TdClassName
{
border-color: #A08BBD;
}
.TagClassName
{
border-color: #A08BBD;
}
</style>