Shades of Cold Purple #A18FC9
Tints of Cold Purple #A18FC9
RGB
CMYK
RGB Variations
Color information
#A18FC9 (or 0xA18FC9) is known color: Cold Purple. HEX triplet: A1, 8F and C9. RGB value is (161,143,201). Sum of RGB (Red+Green+Blue) = 161+143+201=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #A18FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FC9 is #5E7036. Grayscale: #9A9A9A. Windows color (decimal): -6189111 or 13209505. OLE color: 13209505.
HSL color Cylindrical-coordinate representation of color #A18FC9: hue angle of 258.62º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A18FC9 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 143 | 201 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.21 |
| HSL | 258.62º | 0.35% | 0.67% | - |
| HSV(B) | 258.62º | 0.29% | 0.79% | - |
| XYZ | 35.06 | 31.44 | 59.48 | - |
| YUV | 154.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 201 | 0.20 | 0.29 | 0 | 0.21 | 258.62 | 0.35 | 0.67 |
| Hex | A1 | 8F | C9 | 14 | 1D | 0 | 15 | 103 | 23 | 43 |
| Octal | 241 | 217 | 311 | 24 | 35 | 0 | 25 | 403 | 43 | 103 |
| Binary | 10100001 | 10001111 | 11001001 | 10100 | 11101 | 0 | 10101 | 100000011 | 100011 | 1000011 |
Color Harmonies of #A18FC9
Complementary color
Monochromatic Colors of #A18FC9
Black with #A18FC9
Text Example
Text Example
White with #A18FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FC9; }
p { color: rgb(161,143,201); }
H1.HeaderClassName
{
color: #A18FC9;
}
.AnyTagClassName
{
color: #A18FC9;
}
</style>
background-color css
<style>
a { background-color: #A18FC9; }
a { background-color: rgb(161,143,201); }
div.DivClassName
{
background-color: #A18FC9;
}
.BgClassName
{
background-color: #A18FC9;
}
</style>
border-color css
<style>
span { border-color: #A18FC9; }
span { border-color: rgb(161,143,201); }
td.TdClassName
{
border-color: #A18FC9;
}
.TagClassName
{
border-color: #A18FC9;
}
</style>