Shades of Cold Purple #A18BBA
Tints of Cold Purple #A18BBA
RGB
CMYK
RGB Variations
Color information
#A18BBA (or 0xA18BBA) is known color: Cold Purple. HEX triplet: A1, 8B and BA. RGB value is (161,139,186). Sum of RGB (Red+Green+Blue) = 161+139+186=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #A18BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BBA is #5E7445. Grayscale: #969696. Windows color (decimal): -6190150 or 12225441. OLE color: 12225441.
HSL color Cylindrical-coordinate representation of color #A18BBA: hue angle of 268.09º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A18BBA is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 139 | 186 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.27 |
| HSL | 268.09º | 0.25% | 0.64% | - |
| HSV(B) | 268.09º | 0.25% | 0.73% | - |
| XYZ | 32.79 | 29.59 | 50.44 | - |
| YUV | 150.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 186 | 0.13 | 0.25 | 0 | 0.27 | 268.09 | 0.25 | 0.64 |
| Hex | A1 | 8B | BA | D | 19 | 0 | 1B | 10C | 19 | 40 |
| Octal | 241 | 213 | 272 | 15 | 31 | 0 | 33 | 414 | 31 | 100 |
| Binary | 10100001 | 10001011 | 10111010 | 1101 | 11001 | 0 | 11011 | 100001100 | 11001 | 1000000 |
Color Harmonies of #A18BBA
Complementary color
Monochromatic Colors of #A18BBA
Black with #A18BBA
Text Example
Text Example
White with #A18BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BBA; }
p { color: rgb(161,139,186); }
H1.HeaderClassName
{
color: #A18BBA;
}
.AnyTagClassName
{
color: #A18BBA;
}
</style>
background-color css
<style>
a { background-color: #A18BBA; }
a { background-color: rgb(161,139,186); }
div.DivClassName
{
background-color: #A18BBA;
}
.BgClassName
{
background-color: #A18BBA;
}
</style>
border-color css
<style>
span { border-color: #A18BBA; }
span { border-color: rgb(161,139,186); }
td.TdClassName
{
border-color: #A18BBA;
}
.TagClassName
{
border-color: #A18BBA;
}
</style>