Shades of Cold Purple #A18FC5
Tints of Cold Purple #A18FC5
RGB
CMYK
RGB Variations
Color information
#A18FC5 (or 0xA18FC5) is known color: Cold Purple. HEX triplet: A1, 8F and C5. RGB value is (161,143,197). Sum of RGB (Red+Green+Blue) = 161+143+197=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 197 - color contains mainly: blue. Hex color #A18FC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FC5 is #5E703A. Grayscale: #9A9A9A. Windows color (decimal): -6189115 or 12947361. OLE color: 12947361.
HSL color Cylindrical-coordinate representation of color #A18FC5: hue angle of 260º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A18FC5 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 143 | 197 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.23 |
| HSL | 260º | 0.32% | 0.67% | - |
| HSV(B) | 260º | 0.27% | 0.77% | - |
| XYZ | 34.6 | 31.25 | 57.03 | - |
| YUV | 154.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 197 | 0.18 | 0.27 | 0 | 0.23 | 260 | 0.32 | 0.67 |
| Hex | A1 | 8F | C5 | 12 | 1B | 0 | 17 | 104 | 20 | 43 |
| Octal | 241 | 217 | 305 | 22 | 33 | 0 | 27 | 404 | 40 | 103 |
| Binary | 10100001 | 10001111 | 11000101 | 10010 | 11011 | 0 | 10111 | 100000100 | 100000 | 1000011 |
Color Harmonies of #A18FC5
Complementary color
Monochromatic Colors of #A18FC5
Black with #A18FC5
Text Example
Text Example
White with #A18FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FC5; }
p { color: rgb(161,143,197); }
H1.HeaderClassName
{
color: #A18FC5;
}
.AnyTagClassName
{
color: #A18FC5;
}
</style>
background-color css
<style>
a { background-color: #A18FC5; }
a { background-color: rgb(161,143,197); }
div.DivClassName
{
background-color: #A18FC5;
}
.BgClassName
{
background-color: #A18FC5;
}
</style>
border-color css
<style>
span { border-color: #A18FC5; }
span { border-color: rgb(161,143,197); }
td.TdClassName
{
border-color: #A18FC5;
}
.TagClassName
{
border-color: #A18FC5;
}
</style>