Shades of Cold Purple #A18BCE
Tints of Cold Purple #A18BCE
RGB
CMYK
RGB Variations
Color information
#A18BCE (or 0xA18BCE) is known color: Cold Purple. HEX triplet: A1, 8B and CE. RGB value is (161,139,206). Sum of RGB (Red+Green+Blue) = 161+139+206=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #A18BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BCE is #5E7431. Grayscale: #989898. Windows color (decimal): -6190130 or 13536161. OLE color: 13536161.
HSL color Cylindrical-coordinate representation of color #A18BCE: hue angle of 259.7º 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 #A18BCE is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 139 | 206 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.19 |
| HSL | 259.7º | 0.41% | 0.68% | - |
| HSV(B) | 259.7º | 0.33% | 0.81% | - |
| XYZ | 35.07 | 30.5 | 62.43 | - |
| YUV | 153.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 206 | 0.22 | 0.33 | 0 | 0.19 | 259.7 | 0.41 | 0.68 |
| Hex | A1 | 8B | CE | 16 | 21 | 0 | 13 | 104 | 29 | 44 |
| Octal | 241 | 213 | 316 | 26 | 41 | 0 | 23 | 404 | 51 | 104 |
| Binary | 10100001 | 10001011 | 11001110 | 10110 | 100001 | 0 | 10011 | 100000100 | 101001 | 1000100 |
Color Harmonies of #A18BCE
Complementary color
Monochromatic Colors of #A18BCE
Black with #A18BCE
Text Example
Text Example
White with #A18BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BCE; }
p { color: rgb(161,139,206); }
H1.HeaderClassName
{
color: #A18BCE;
}
.AnyTagClassName
{
color: #A18BCE;
}
</style>
background-color css
<style>
a { background-color: #A18BCE; }
a { background-color: rgb(161,139,206); }
div.DivClassName
{
background-color: #A18BCE;
}
.BgClassName
{
background-color: #A18BCE;
}
</style>
border-color css
<style>
span { border-color: #A18BCE; }
span { border-color: rgb(161,139,206); }
td.TdClassName
{
border-color: #A18BCE;
}
.TagClassName
{
border-color: #A18BCE;
}
</style>