Shades of Cold Purple #A18BBC
Tints of Cold Purple #A18BBC
RGB
CMYK
RGB Variations
Color information
#A18BBC (or 0xA18BBC) is known color: Cold Purple. HEX triplet: A1, 8B and BC. RGB value is (161,139,188). Sum of RGB (Red+Green+Blue) = 161+139+188=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #A18BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BBC is #5E7443. Grayscale: #969696. Windows color (decimal): -6190148 or 12356513. OLE color: 12356513.
HSL color Cylindrical-coordinate representation of color #A18BBC: hue angle of 266.94º 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 #A18BBC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 139 | 188 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.26 |
| HSL | 266.94º | 0.27% | 0.64% | - |
| HSV(B) | 266.94º | 0.26% | 0.74% | - |
| XYZ | 33.01 | 29.67 | 51.56 | - |
| YUV | 151.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 188 | 0.14 | 0.26 | 0 | 0.26 | 266.94 | 0.27 | 0.64 |
| Hex | A1 | 8B | BC | E | 1A | 0 | 1A | 10B | 1B | 40 |
| Octal | 241 | 213 | 274 | 16 | 32 | 0 | 32 | 413 | 33 | 100 |
| Binary | 10100001 | 10001011 | 10111100 | 1110 | 11010 | 0 | 11010 | 100001011 | 11011 | 1000000 |
Color Harmonies of #A18BBC
Complementary color
Monochromatic Colors of #A18BBC
Black with #A18BBC
Text Example
Text Example
White with #A18BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BBC; }
p { color: rgb(161,139,188); }
H1.HeaderClassName
{
color: #A18BBC;
}
.AnyTagClassName
{
color: #A18BBC;
}
</style>
background-color css
<style>
a { background-color: #A18BBC; }
a { background-color: rgb(161,139,188); }
div.DivClassName
{
background-color: #A18BBC;
}
.BgClassName
{
background-color: #A18BBC;
}
</style>
border-color css
<style>
span { border-color: #A18BBC; }
span { border-color: rgb(161,139,188); }
td.TdClassName
{
border-color: #A18BBC;
}
.TagClassName
{
border-color: #A18BBC;
}
</style>