Shades of Cold Purple #A18BCB
Tints of Cold Purple #A18BCB
RGB
CMYK
RGB Variations
Color information
#A18BCB (or 0xA18BCB) is known color: Cold Purple. HEX triplet: A1, 8B and CB. RGB value is (161,139,203). Sum of RGB (Red+Green+Blue) = 161+139+203=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #A18BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BCB is #5E7434. Grayscale: #989898. Windows color (decimal): -6190133 or 13339553. OLE color: 13339553.
HSL color Cylindrical-coordinate representation of color #A18BCB: hue angle of 260.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A18BCB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 139 | 203 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.20 |
| HSL | 260.63º | 0.38% | 0.67% | - |
| HSV(B) | 260.63º | 0.32% | 0.8% | - |
| XYZ | 34.71 | 30.35 | 60.53 | - |
| YUV | 152.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 203 | 0.21 | 0.32 | 0 | 0.20 | 260.63 | 0.38 | 0.67 |
| Hex | A1 | 8B | CB | 15 | 20 | 0 | 14 | 105 | 26 | 43 |
| Octal | 241 | 213 | 313 | 25 | 40 | 0 | 24 | 405 | 46 | 103 |
| Binary | 10100001 | 10001011 | 11001011 | 10101 | 100000 | 0 | 10100 | 100000101 | 100110 | 1000011 |
Color Harmonies of #A18BCB
Complementary color
Monochromatic Colors of #A18BCB
Black with #A18BCB
Text Example
Text Example
White with #A18BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BCB; }
p { color: rgb(161,139,203); }
H1.HeaderClassName
{
color: #A18BCB;
}
.AnyTagClassName
{
color: #A18BCB;
}
</style>
background-color css
<style>
a { background-color: #A18BCB; }
a { background-color: rgb(161,139,203); }
div.DivClassName
{
background-color: #A18BCB;
}
.BgClassName
{
background-color: #A18BCB;
}
</style>
border-color css
<style>
span { border-color: #A18BCB; }
span { border-color: rgb(161,139,203); }
td.TdClassName
{
border-color: #A18BCB;
}
.TagClassName
{
border-color: #A18BCB;
}
</style>