Shades of Cold Purple #A18FBC
Tints of Cold Purple #A18FBC
RGB
CMYK
RGB Variations
Color information
#A18FBC (or 0xA18FBC) is known color: Cold Purple. HEX triplet: A1, 8F and BC. RGB value is (161,143,188). Sum of RGB (Red+Green+Blue) = 161+143+188=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #A18FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FBC is #5E7043. Grayscale: #999999. Windows color (decimal): -6189124 or 12357537. OLE color: 12357537.
HSL color Cylindrical-coordinate representation of color #A18FBC: hue angle of 264º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A18FBC is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 143 | 188 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.26 |
| HSL | 264º | 0.25% | 0.65% | - |
| HSV(B) | 264º | 0.24% | 0.74% | - |
| XYZ | 33.6 | 30.85 | 51.76 | - |
| YUV | 153.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 188 | 0.14 | 0.24 | 0 | 0.26 | 264 | 0.25 | 0.65 |
| Hex | A1 | 8F | BC | E | 18 | 0 | 1A | 108 | 19 | 41 |
| Octal | 241 | 217 | 274 | 16 | 30 | 0 | 32 | 410 | 31 | 101 |
| Binary | 10100001 | 10001111 | 10111100 | 1110 | 11000 | 0 | 11010 | 100001000 | 11001 | 1000001 |
Color Harmonies of #A18FBC
Complementary color
Monochromatic Colors of #A18FBC
Black with #A18FBC
Text Example
Text Example
White with #A18FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FBC; }
p { color: rgb(161,143,188); }
H1.HeaderClassName
{
color: #A18FBC;
}
.AnyTagClassName
{
color: #A18FBC;
}
</style>
background-color css
<style>
a { background-color: #A18FBC; }
a { background-color: rgb(161,143,188); }
div.DivClassName
{
background-color: #A18FBC;
}
.BgClassName
{
background-color: #A18FBC;
}
</style>
border-color css
<style>
span { border-color: #A18FBC; }
span { border-color: rgb(161,143,188); }
td.TdClassName
{
border-color: #A18FBC;
}
.TagClassName
{
border-color: #A18FBC;
}
</style>