Shades of Cold Purple #A18BCF
Tints of Cold Purple #A18BCF
RGB
CMYK
RGB Variations
Color information
#A18BCF (or 0xA18BCF) is known color: Cold Purple. HEX triplet: A1, 8B and CF. RGB value is (161,139,207). Sum of RGB (Red+Green+Blue) = 161+139+207=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #A18BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BCF is #5E7430. Grayscale: #999999. Windows color (decimal): -6190129 or 13601697. OLE color: 13601697.
HSL color Cylindrical-coordinate representation of color #A18BCF: hue angle of 259.41º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A18BCF is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 139 | 207 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.19 |
| HSL | 259.41º | 0.41% | 0.68% | - |
| HSV(B) | 259.41º | 0.33% | 0.81% | - |
| XYZ | 35.19 | 30.55 | 63.07 | - |
| YUV | 153.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 207 | 0.22 | 0.33 | 0 | 0.19 | 259.41 | 0.41 | 0.68 |
| Hex | A1 | 8B | CF | 16 | 21 | 0 | 13 | 103 | 29 | 44 |
| Octal | 241 | 213 | 317 | 26 | 41 | 0 | 23 | 403 | 51 | 104 |
| Binary | 10100001 | 10001011 | 11001111 | 10110 | 100001 | 0 | 10011 | 100000011 | 101001 | 1000100 |
Color Harmonies of #A18BCF
Complementary color
Monochromatic Colors of #A18BCF
Black with #A18BCF
Text Example
Text Example
White with #A18BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BCF; }
p { color: rgb(161,139,207); }
H1.HeaderClassName
{
color: #A18BCF;
}
.AnyTagClassName
{
color: #A18BCF;
}
</style>
background-color css
<style>
a { background-color: #A18BCF; }
a { background-color: rgb(161,139,207); }
div.DivClassName
{
background-color: #A18BCF;
}
.BgClassName
{
background-color: #A18BCF;
}
</style>
border-color css
<style>
span { border-color: #A18BCF; }
span { border-color: rgb(161,139,207); }
td.TdClassName
{
border-color: #A18BCF;
}
.TagClassName
{
border-color: #A18BCF;
}
</style>