Shades of Cold Purple #A18FBB
Tints of Cold Purple #A18FBB
RGB
CMYK
RGB Variations
Color information
#A18FBB (or 0xA18FBB) is known color: Cold Purple. HEX triplet: A1, 8F and BB. RGB value is (161,143,187). Sum of RGB (Red+Green+Blue) = 161+143+187=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #A18FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FBB is #5E7044. Grayscale: #999999. Windows color (decimal): -6189125 or 12292001. OLE color: 12292001.
HSL color Cylindrical-coordinate representation of color #A18FBB: hue angle of 264.55º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A18FBB is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 143 | 187 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.27 |
| HSL | 264.55º | 0.24% | 0.65% | - |
| HSV(B) | 264.55º | 0.24% | 0.73% | - |
| XYZ | 33.49 | 30.81 | 51.2 | - |
| YUV | 153.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 187 | 0.14 | 0.24 | 0 | 0.27 | 264.55 | 0.24 | 0.65 |
| Hex | A1 | 8F | BB | E | 18 | 0 | 1B | 109 | 18 | 41 |
| Octal | 241 | 217 | 273 | 16 | 30 | 0 | 33 | 411 | 30 | 101 |
| Binary | 10100001 | 10001111 | 10111011 | 1110 | 11000 | 0 | 11011 | 100001001 | 11000 | 1000001 |
Color Harmonies of #A18FBB
Complementary color
Monochromatic Colors of #A18FBB
Black with #A18FBB
Text Example
Text Example
White with #A18FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FBB; }
p { color: rgb(161,143,187); }
H1.HeaderClassName
{
color: #A18FBB;
}
.AnyTagClassName
{
color: #A18FBB;
}
</style>
background-color css
<style>
a { background-color: #A18FBB; }
a { background-color: rgb(161,143,187); }
div.DivClassName
{
background-color: #A18FBB;
}
.BgClassName
{
background-color: #A18FBB;
}
</style>
border-color css
<style>
span { border-color: #A18FBB; }
span { border-color: rgb(161,143,187); }
td.TdClassName
{
border-color: #A18FBB;
}
.TagClassName
{
border-color: #A18FBB;
}
</style>