Shades of Cold Purple #A18BB8
Tints of Cold Purple #A18BB8
RGB
CMYK
RGB Variations
Color information
#A18BB8 (or 0xA18BB8) is known color: Cold Purple. HEX triplet: A1, 8B and B8. RGB value is (161,139,184). Sum of RGB (Red+Green+Blue) = 161+139+184=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 184 - color contains mainly: blue. Hex color #A18BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BB8 is #5E7447. Grayscale: #969696. Windows color (decimal): -6190152 or 12094369. OLE color: 12094369.
HSL color Cylindrical-coordinate representation of color #A18BB8: hue angle of 269.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A18BB8 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 139 | 184 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.28 |
| HSL | 269.33º | 0.24% | 0.63% | - |
| HSV(B) | 269.33º | 0.24% | 0.72% | - |
| XYZ | 32.58 | 29.5 | 49.32 | - |
| YUV | 150.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 184 | 0.12 | 0.24 | 0 | 0.28 | 269.33 | 0.24 | 0.63 |
| Hex | A1 | 8B | B8 | C | 18 | 0 | 1C | 10D | 18 | 3F |
| Octal | 241 | 213 | 270 | 14 | 30 | 0 | 34 | 415 | 30 | 77 |
| Binary | 10100001 | 10001011 | 10111000 | 1100 | 11000 | 0 | 11100 | 100001101 | 11000 | 111111 |
Color Harmonies of #A18BB8
Complementary color
Monochromatic Colors of #A18BB8
Black with #A18BB8
Text Example
Text Example
White with #A18BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BB8; }
p { color: rgb(161,139,184); }
H1.HeaderClassName
{
color: #A18BB8;
}
.AnyTagClassName
{
color: #A18BB8;
}
</style>
background-color css
<style>
a { background-color: #A18BB8; }
a { background-color: rgb(161,139,184); }
div.DivClassName
{
background-color: #A18BB8;
}
.BgClassName
{
background-color: #A18BB8;
}
</style>
border-color css
<style>
span { border-color: #A18BB8; }
span { border-color: rgb(161,139,184); }
td.TdClassName
{
border-color: #A18BB8;
}
.TagClassName
{
border-color: #A18BB8;
}
</style>