Shades of Cold Purple #A18FB4
Tints of Cold Purple #A18FB4
RGB
CMYK
RGB Variations
Color information
#A18FB4 (or 0xA18FB4) is known color: Cold Purple. HEX triplet: A1, 8F and B4. RGB value is (161,143,180). Sum of RGB (Red+Green+Blue) = 161+143+180=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: blue. Hex color #A18FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FB4 is #5E704B. Grayscale: #989898. Windows color (decimal): -6189132 or 11833249. OLE color: 11833249.
HSL color Cylindrical-coordinate representation of color #A18FB4: hue angle of 269.19º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A18FB4 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 143 | 180 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.29 |
| HSL | 269.19º | 0.2% | 0.63% | - |
| HSV(B) | 269.19º | 0.21% | 0.71% | - |
| XYZ | 32.76 | 30.52 | 47.34 | - |
| YUV | 152.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 180 | 0.11 | 0.21 | 0 | 0.29 | 269.19 | 0.2 | 0.63 |
| Hex | A1 | 8F | B4 | B | 15 | 0 | 1D | 10D | 14 | 3F |
| Octal | 241 | 217 | 264 | 13 | 25 | 0 | 35 | 415 | 24 | 77 |
| Binary | 10100001 | 10001111 | 10110100 | 1011 | 10101 | 0 | 11101 | 100001101 | 10100 | 111111 |
Color Harmonies of #A18FB4
Complementary color
Monochromatic Colors of #A18FB4
Black with #A18FB4
Text Example
Text Example
White with #A18FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FB4; }
p { color: rgb(161,143,180); }
H1.HeaderClassName
{
color: #A18FB4;
}
.AnyTagClassName
{
color: #A18FB4;
}
</style>
background-color css
<style>
a { background-color: #A18FB4; }
a { background-color: rgb(161,143,180); }
div.DivClassName
{
background-color: #A18FB4;
}
.BgClassName
{
background-color: #A18FB4;
}
</style>
border-color css
<style>
span { border-color: #A18FB4; }
span { border-color: rgb(161,143,180); }
td.TdClassName
{
border-color: #A18FB4;
}
.TagClassName
{
border-color: #A18FB4;
}
</style>