Shades of Cold Purple #A18BC6
Tints of Cold Purple #A18BC6
RGB
CMYK
RGB Variations
Color information
#A18BC6 (or 0xA18BC6) is known color: Cold Purple. HEX triplet: A1, 8B and C6. RGB value is (161,139,198). Sum of RGB (Red+Green+Blue) = 161+139+198=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #A18BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BC6 is #5E7439. Grayscale: #989898. Windows color (decimal): -6190138 or 13011873. OLE color: 13011873.
HSL color Cylindrical-coordinate representation of color #A18BC6: hue angle of 262.37º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A18BC6 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 139 | 198 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.22 |
| HSL | 262.37º | 0.34% | 0.66% | - |
| HSV(B) | 262.37º | 0.3% | 0.78% | - |
| XYZ | 34.12 | 30.12 | 57.44 | - |
| YUV | 152.3 | 153.79 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 198 | 0.19 | 0.30 | 0 | 0.22 | 262.37 | 0.34 | 0.66 |
| Hex | A1 | 8B | C6 | 13 | 1E | 0 | 16 | 106 | 22 | 42 |
| Octal | 241 | 213 | 306 | 23 | 36 | 0 | 26 | 406 | 42 | 102 |
| Binary | 10100001 | 10001011 | 11000110 | 10011 | 11110 | 0 | 10110 | 100000110 | 100010 | 1000010 |
Color Harmonies of #A18BC6
Complementary color
Monochromatic Colors of #A18BC6
Black with #A18BC6
Text Example
Text Example
White with #A18BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BC6; }
p { color: rgb(161,139,198); }
H1.HeaderClassName
{
color: #A18BC6;
}
.AnyTagClassName
{
color: #A18BC6;
}
</style>
background-color css
<style>
a { background-color: #A18BC6; }
a { background-color: rgb(161,139,198); }
div.DivClassName
{
background-color: #A18BC6;
}
.BgClassName
{
background-color: #A18BC6;
}
</style>
border-color css
<style>
span { border-color: #A18BC6; }
span { border-color: rgb(161,139,198); }
td.TdClassName
{
border-color: #A18BC6;
}
.TagClassName
{
border-color: #A18BC6;
}
</style>