Shades of Cold Purple #A08BBB
Tints of Cold Purple #A08BBB
RGB
CMYK
RGB Variations
Color information
#A08BBB (or 0xA08BBB) is known color: Cold Purple. HEX triplet: A0, 8B and BB. RGB value is (160,139,187). Sum of RGB (Red+Green+Blue) = 160+139+187=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #A08BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BBB is #5F7444. Grayscale: #969696. Windows color (decimal): -6255685 or 12290976. OLE color: 12290976.
HSL color Cylindrical-coordinate representation of color #A08BBB: hue angle of 266.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A08BBB is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 139 | 187 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.27 |
| HSL | 266.25º | 0.26% | 0.64% | - |
| HSV(B) | 266.25º | 0.26% | 0.73% | - |
| XYZ | 32.7 | 29.53 | 50.99 | - |
| YUV | 150.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 187 | 0.14 | 0.26 | 0 | 0.27 | 266.25 | 0.26 | 0.64 |
| Hex | A0 | 8B | BB | E | 1A | 0 | 1B | 10A | 1A | 40 |
| Octal | 240 | 213 | 273 | 16 | 32 | 0 | 33 | 412 | 32 | 100 |
| Binary | 10100000 | 10001011 | 10111011 | 1110 | 11010 | 0 | 11011 | 100001010 | 11010 | 1000000 |
Color Harmonies of #A08BBB
Complementary color
Monochromatic Colors of #A08BBB
Black with #A08BBB
Text Example
Text Example
White with #A08BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BBB; }
p { color: rgb(160,139,187); }
H1.HeaderClassName
{
color: #A08BBB;
}
.AnyTagClassName
{
color: #A08BBB;
}
</style>
background-color css
<style>
a { background-color: #A08BBB; }
a { background-color: rgb(160,139,187); }
div.DivClassName
{
background-color: #A08BBB;
}
.BgClassName
{
background-color: #A08BBB;
}
</style>
border-color css
<style>
span { border-color: #A08BBB; }
span { border-color: rgb(160,139,187); }
td.TdClassName
{
border-color: #A08BBB;
}
.TagClassName
{
border-color: #A08BBB;
}
</style>