Shades of Cold Purple #A18FBD
Tints of Cold Purple #A18FBD
RGB
CMYK
RGB Variations
Color information
#A18FBD (or 0xA18FBD) is known color: Cold Purple. HEX triplet: A1, 8F and BD. RGB value is (161,143,189). Sum of RGB (Red+Green+Blue) = 161+143+189=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #A18FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FBD is #5E7042. Grayscale: #999999. Windows color (decimal): -6189123 or 12423073. OLE color: 12423073.
HSL color Cylindrical-coordinate representation of color #A18FBD: hue angle of 263.48º degrees, saturation: 0.26, 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 #A18FBD is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 143 | 189 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.26 |
| HSL | 263.48º | 0.26% | 0.65% | - |
| HSV(B) | 263.48º | 0.24% | 0.74% | - |
| XYZ | 33.71 | 30.9 | 52.33 | - |
| YUV | 153.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 189 | 0.15 | 0.24 | 0 | 0.26 | 263.48 | 0.26 | 0.65 |
| Hex | A1 | 8F | BD | F | 18 | 0 | 1A | 107 | 1A | 41 |
| Octal | 241 | 217 | 275 | 17 | 30 | 0 | 32 | 407 | 32 | 101 |
| Binary | 10100001 | 10001111 | 10111101 | 1111 | 11000 | 0 | 11010 | 100000111 | 11010 | 1000001 |
Color Harmonies of #A18FBD
Complementary color
Monochromatic Colors of #A18FBD
Black with #A18FBD
Text Example
Text Example
White with #A18FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FBD; }
p { color: rgb(161,143,189); }
H1.HeaderClassName
{
color: #A18FBD;
}
.AnyTagClassName
{
color: #A18FBD;
}
</style>
background-color css
<style>
a { background-color: #A18FBD; }
a { background-color: rgb(161,143,189); }
div.DivClassName
{
background-color: #A18FBD;
}
.BgClassName
{
background-color: #A18FBD;
}
</style>
border-color css
<style>
span { border-color: #A18FBD; }
span { border-color: rgb(161,143,189); }
td.TdClassName
{
border-color: #A18FBD;
}
.TagClassName
{
border-color: #A18FBD;
}
</style>