Shades of Cold Purple #A18BBB
Tints of Cold Purple #A18BBB
RGB
CMYK
RGB Variations
Color information
#A18BBB (or 0xA18BBB) is known color: Cold Purple. HEX triplet: A1, 8B and BB. RGB value is (161,139,187). Sum of RGB (Red+Green+Blue) = 161+139+187=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #A18BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BBB is #5E7444. Grayscale: #969696. Windows color (decimal): -6190149 or 12290977. OLE color: 12290977.
HSL color Cylindrical-coordinate representation of color #A18BBB: hue angle of 267.5º 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 #A18BBB is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 139 | 187 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.27 |
| HSL | 267.5º | 0.26% | 0.64% | - |
| HSV(B) | 267.5º | 0.26% | 0.73% | - |
| XYZ | 32.9 | 29.63 | 51 | - |
| YUV | 151.05 | 148.29 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 187 | 0.14 | 0.26 | 0 | 0.27 | 267.5 | 0.26 | 0.64 |
| Hex | A1 | 8B | BB | E | 1A | 0 | 1B | 10C | 1A | 40 |
| Octal | 241 | 213 | 273 | 16 | 32 | 0 | 33 | 414 | 32 | 100 |
| Binary | 10100001 | 10001011 | 10111011 | 1110 | 11010 | 0 | 11011 | 100001100 | 11010 | 1000000 |
Color Harmonies of #A18BBB
Complementary color
Monochromatic Colors of #A18BBB
Black with #A18BBB
Text Example
Text Example
White with #A18BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BBB; }
p { color: rgb(161,139,187); }
H1.HeaderClassName
{
color: #A18BBB;
}
.AnyTagClassName
{
color: #A18BBB;
}
</style>
background-color css
<style>
a { background-color: #A18BBB; }
a { background-color: rgb(161,139,187); }
div.DivClassName
{
background-color: #A18BBB;
}
.BgClassName
{
background-color: #A18BBB;
}
</style>
border-color css
<style>
span { border-color: #A18BBB; }
span { border-color: rgb(161,139,187); }
td.TdClassName
{
border-color: #A18BBB;
}
.TagClassName
{
border-color: #A18BBB;
}
</style>