Shades of Cold Purple #A18BCD
Tints of Cold Purple #A18BCD
RGB
CMYK
RGB Variations
Color information
#A18BCD (or 0xA18BCD) is known color: Cold Purple. HEX triplet: A1, 8B and CD. RGB value is (161,139,205). Sum of RGB (Red+Green+Blue) = 161+139+205=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #A18BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BCD is #5E7432. Grayscale: #989898. Windows color (decimal): -6190131 or 13470625. OLE color: 13470625.
HSL color Cylindrical-coordinate representation of color #A18BCD: hue angle of 260º degrees, saturation: 0.4, 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 #A18BCD is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 139 | 205 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.20 |
| HSL | 260º | 0.4% | 0.67% | - |
| HSV(B) | 260º | 0.32% | 0.8% | - |
| XYZ | 34.95 | 30.45 | 61.79 | - |
| YUV | 153.1 | 157.29 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 205 | 0.21 | 0.32 | 0 | 0.20 | 260 | 0.4 | 0.67 |
| Hex | A1 | 8B | CD | 15 | 20 | 0 | 14 | 104 | 28 | 43 |
| Octal | 241 | 213 | 315 | 25 | 40 | 0 | 24 | 404 | 50 | 103 |
| Binary | 10100001 | 10001011 | 11001101 | 10101 | 100000 | 0 | 10100 | 100000100 | 101000 | 1000011 |
Color Harmonies of #A18BCD
Complementary color
Monochromatic Colors of #A18BCD
Black with #A18BCD
Text Example
Text Example
White with #A18BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BCD; }
p { color: rgb(161,139,205); }
H1.HeaderClassName
{
color: #A18BCD;
}
.AnyTagClassName
{
color: #A18BCD;
}
</style>
background-color css
<style>
a { background-color: #A18BCD; }
a { background-color: rgb(161,139,205); }
div.DivClassName
{
background-color: #A18BCD;
}
.BgClassName
{
background-color: #A18BCD;
}
</style>
border-color css
<style>
span { border-color: #A18BCD; }
span { border-color: rgb(161,139,205); }
td.TdClassName
{
border-color: #A18BCD;
}
.TagClassName
{
border-color: #A18BCD;
}
</style>