Shades of Cold Purple #A18CB7
Tints of Cold Purple #A18CB7
RGB
CMYK
RGB Variations
Color information
#A18CB7 (or 0xA18CB7) is known color: Cold Purple. HEX triplet: A1, 8C and B7. RGB value is (161,140,183). Sum of RGB (Red+Green+Blue) = 161+140+183=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 183 - color contains mainly: blue. Hex color #A18CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CB7 is #5E7348. Grayscale: #979797. Windows color (decimal): -6189897 or 12029089. OLE color: 12029089.
HSL color Cylindrical-coordinate representation of color #A18CB7: hue angle of 269.3º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A18CB7 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 140 | 183 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.28 |
| HSL | 269.3º | 0.23% | 0.63% | - |
| HSV(B) | 269.3º | 0.23% | 0.72% | - |
| XYZ | 32.62 | 29.75 | 48.82 | - |
| YUV | 151.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 183 | 0.12 | 0.23 | 0 | 0.28 | 269.3 | 0.23 | 0.63 |
| Hex | A1 | 8C | B7 | C | 17 | 0 | 1C | 10D | 17 | 3F |
| Octal | 241 | 214 | 267 | 14 | 27 | 0 | 34 | 415 | 27 | 77 |
| Binary | 10100001 | 10001100 | 10110111 | 1100 | 10111 | 0 | 11100 | 100001101 | 10111 | 111111 |
Color Harmonies of #A18CB7
Complementary color
Monochromatic Colors of #A18CB7
Black with #A18CB7
Text Example
Text Example
White with #A18CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18CB7; }
p { color: rgb(161,140,183); }
H1.HeaderClassName
{
color: #A18CB7;
}
.AnyTagClassName
{
color: #A18CB7;
}
</style>
background-color css
<style>
a { background-color: #A18CB7; }
a { background-color: rgb(161,140,183); }
div.DivClassName
{
background-color: #A18CB7;
}
.BgClassName
{
background-color: #A18CB7;
}
</style>
border-color css
<style>
span { border-color: #A18CB7; }
span { border-color: rgb(161,140,183); }
td.TdClassName
{
border-color: #A18CB7;
}
.TagClassName
{
border-color: #A18CB7;
}
</style>