Shades of Cold Purple #A18FB8
Tints of Cold Purple #A18FB8
RGB
CMYK
RGB Variations
Color information
#A18FB8 (or 0xA18FB8) is known color: Cold Purple. HEX triplet: A1, 8F and B8. RGB value is (161,143,184). Sum of RGB (Red+Green+Blue) = 161+143+184=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 184 - color contains mainly: blue. Hex color #A18FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FB8 is #5E7047. Grayscale: #989898. Windows color (decimal): -6189128 or 12095393. OLE color: 12095393.
HSL color Cylindrical-coordinate representation of color #A18FB8: hue angle of 266.34º 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 #A18FB8 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 143 | 184 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.28 |
| HSL | 266.34º | 0.22% | 0.64% | - |
| HSV(B) | 266.34º | 0.22% | 0.72% | - |
| XYZ | 33.17 | 30.68 | 49.52 | - |
| YUV | 153.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 184 | 0.12 | 0.22 | 0 | 0.28 | 266.34 | 0.22 | 0.64 |
| Hex | A1 | 8F | B8 | C | 16 | 0 | 1C | 10A | 16 | 40 |
| Octal | 241 | 217 | 270 | 14 | 26 | 0 | 34 | 412 | 26 | 100 |
| Binary | 10100001 | 10001111 | 10111000 | 1100 | 10110 | 0 | 11100 | 100001010 | 10110 | 1000000 |
Color Harmonies of #A18FB8
Complementary color
Monochromatic Colors of #A18FB8
Black with #A18FB8
Text Example
Text Example
White with #A18FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FB8; }
p { color: rgb(161,143,184); }
H1.HeaderClassName
{
color: #A18FB8;
}
.AnyTagClassName
{
color: #A18FB8;
}
</style>
background-color css
<style>
a { background-color: #A18FB8; }
a { background-color: rgb(161,143,184); }
div.DivClassName
{
background-color: #A18FB8;
}
.BgClassName
{
background-color: #A18FB8;
}
</style>
border-color css
<style>
span { border-color: #A18FB8; }
span { border-color: rgb(161,143,184); }
td.TdClassName
{
border-color: #A18FB8;
}
.TagClassName
{
border-color: #A18FB8;
}
</style>