Shades of Cold Purple #A18FB7
Tints of Cold Purple #A18FB7
RGB
CMYK
RGB Variations
Color information
#A18FB7 (or 0xA18FB7) is known color: Cold Purple. HEX triplet: A1, 8F and B7. RGB value is (161,143,183). Sum of RGB (Red+Green+Blue) = 161+143+183=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 183 - color contains mainly: blue. Hex color #A18FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FB7 is #5E7048. Grayscale: #989898. Windows color (decimal): -6189129 or 12029857. OLE color: 12029857.
HSL color Cylindrical-coordinate representation of color #A18FB7: hue angle of 267º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A18FB7 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 143 | 183 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.28 |
| HSL | 267º | 0.22% | 0.64% | - |
| HSV(B) | 267º | 0.22% | 0.72% | - |
| XYZ | 33.07 | 30.64 | 48.97 | - |
| YUV | 152.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 183 | 0.12 | 0.22 | 0 | 0.28 | 267 | 0.22 | 0.64 |
| Hex | A1 | 8F | B7 | C | 16 | 0 | 1C | 10B | 16 | 40 |
| Octal | 241 | 217 | 267 | 14 | 26 | 0 | 34 | 413 | 26 | 100 |
| Binary | 10100001 | 10001111 | 10110111 | 1100 | 10110 | 0 | 11100 | 100001011 | 10110 | 1000000 |
Color Harmonies of #A18FB7
Complementary color
Monochromatic Colors of #A18FB7
Black with #A18FB7
Text Example
Text Example
White with #A18FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FB7; }
p { color: rgb(161,143,183); }
H1.HeaderClassName
{
color: #A18FB7;
}
.AnyTagClassName
{
color: #A18FB7;
}
</style>
background-color css
<style>
a { background-color: #A18FB7; }
a { background-color: rgb(161,143,183); }
div.DivClassName
{
background-color: #A18FB7;
}
.BgClassName
{
background-color: #A18FB7;
}
</style>
border-color css
<style>
span { border-color: #A18FB7; }
span { border-color: rgb(161,143,183); }
td.TdClassName
{
border-color: #A18FB7;
}
.TagClassName
{
border-color: #A18FB7;
}
</style>