Shades of Cold Purple #A18FC8
Tints of Cold Purple #A18FC8
RGB
CMYK
RGB Variations
Color information
#A18FC8 (or 0xA18FC8) is known color: Cold Purple. HEX triplet: A1, 8F and C8. RGB value is (161,143,200). Sum of RGB (Red+Green+Blue) = 161+143+200=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 200 - color contains mainly: blue. Hex color #A18FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FC8 is #5E7037. Grayscale: #9A9A9A. Windows color (decimal): -6189112 or 13143969. OLE color: 13143969.
HSL color Cylindrical-coordinate representation of color #A18FC8: hue angle of 258.95º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A18FC8 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 143 | 200 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.22 |
| HSL | 258.95º | 0.34% | 0.67% | - |
| HSV(B) | 258.95º | 0.29% | 0.78% | - |
| XYZ | 34.95 | 31.39 | 58.86 | - |
| YUV | 154.88 | 153.46 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 200 | 0.19 | 0.28 | 0 | 0.22 | 258.95 | 0.34 | 0.67 |
| Hex | A1 | 8F | C8 | 13 | 1C | 0 | 16 | 103 | 22 | 43 |
| Octal | 241 | 217 | 310 | 23 | 34 | 0 | 26 | 403 | 42 | 103 |
| Binary | 10100001 | 10001111 | 11001000 | 10011 | 11100 | 0 | 10110 | 100000011 | 100010 | 1000011 |
Color Harmonies of #A18FC8
Complementary color
Monochromatic Colors of #A18FC8
Black with #A18FC8
Text Example
Text Example
White with #A18FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FC8; }
p { color: rgb(161,143,200); }
H1.HeaderClassName
{
color: #A18FC8;
}
.AnyTagClassName
{
color: #A18FC8;
}
</style>
background-color css
<style>
a { background-color: #A18FC8; }
a { background-color: rgb(161,143,200); }
div.DivClassName
{
background-color: #A18FC8;
}
.BgClassName
{
background-color: #A18FC8;
}
</style>
border-color css
<style>
span { border-color: #A18FC8; }
span { border-color: rgb(161,143,200); }
td.TdClassName
{
border-color: #A18FC8;
}
.TagClassName
{
border-color: #A18FC8;
}
</style>