Shades of Cold Purple #A18EBD
Tints of Cold Purple #A18EBD
RGB
CMYK
RGB Variations
Color information
#A18EBD (or 0xA18EBD) is known color: Cold Purple. HEX triplet: A1, 8E and BD. RGB value is (161,142,189). Sum of RGB (Red+Green+Blue) = 161+142+189=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #A18EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EBD is #5E7142. Grayscale: #989898. Windows color (decimal): -6189379 or 12422817. OLE color: 12422817.
HSL color Cylindrical-coordinate representation of color #A18EBD: hue angle of 264.26º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A18EBD is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 142 | 189 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.26 |
| HSL | 264.26º | 0.26% | 0.65% | - |
| HSV(B) | 264.26º | 0.25% | 0.74% | - |
| XYZ | 33.56 | 30.6 | 52.28 | - |
| YUV | 153.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 189 | 0.15 | 0.25 | 0 | 0.26 | 264.26 | 0.26 | 0.65 |
| Hex | A1 | 8E | BD | F | 19 | 0 | 1A | 108 | 1A | 41 |
| Octal | 241 | 216 | 275 | 17 | 31 | 0 | 32 | 410 | 32 | 101 |
| Binary | 10100001 | 10001110 | 10111101 | 1111 | 11001 | 0 | 11010 | 100001000 | 11010 | 1000001 |
Color Harmonies of #A18EBD
Complementary color
Monochromatic Colors of #A18EBD
Black with #A18EBD
Text Example
Text Example
White with #A18EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18EBD; }
p { color: rgb(161,142,189); }
H1.HeaderClassName
{
color: #A18EBD;
}
.AnyTagClassName
{
color: #A18EBD;
}
</style>
background-color css
<style>
a { background-color: #A18EBD; }
a { background-color: rgb(161,142,189); }
div.DivClassName
{
background-color: #A18EBD;
}
.BgClassName
{
background-color: #A18EBD;
}
</style>
border-color css
<style>
span { border-color: #A18EBD; }
span { border-color: rgb(161,142,189); }
td.TdClassName
{
border-color: #A18EBD;
}
.TagClassName
{
border-color: #A18EBD;
}
</style>