Shades of Cold Purple #A18DCA
Tints of Cold Purple #A18DCA
RGB
CMYK
RGB Variations
Color information
#A18DCA (or 0xA18DCA) is known color: Cold Purple. HEX triplet: A1, 8D and CA. RGB value is (161,141,202). Sum of RGB (Red+Green+Blue) = 161+141+202=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #A18DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DCA is #5E7235. Grayscale: #999999. Windows color (decimal): -6189622 or 13274529. OLE color: 13274529.
HSL color Cylindrical-coordinate representation of color #A18DCA: hue angle of 259.67º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A18DCA is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 141 | 202 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.21 |
| HSL | 259.67º | 0.37% | 0.67% | - |
| HSV(B) | 259.67º | 0.3% | 0.79% | - |
| XYZ | 34.88 | 30.89 | 60 | - |
| YUV | 153.93 | 155.13 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 202 | 0.20 | 0.30 | 0 | 0.21 | 259.67 | 0.37 | 0.67 |
| Hex | A1 | 8D | CA | 14 | 1E | 0 | 15 | 104 | 25 | 43 |
| Octal | 241 | 215 | 312 | 24 | 36 | 0 | 25 | 404 | 45 | 103 |
| Binary | 10100001 | 10001101 | 11001010 | 10100 | 11110 | 0 | 10101 | 100000100 | 100101 | 1000011 |
Color Harmonies of #A18DCA
Complementary color
Monochromatic Colors of #A18DCA
Black with #A18DCA
Text Example
Text Example
White with #A18DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18DCA; }
p { color: rgb(161,141,202); }
H1.HeaderClassName
{
color: #A18DCA;
}
.AnyTagClassName
{
color: #A18DCA;
}
</style>
background-color css
<style>
a { background-color: #A18DCA; }
a { background-color: rgb(161,141,202); }
div.DivClassName
{
background-color: #A18DCA;
}
.BgClassName
{
background-color: #A18DCA;
}
</style>
border-color css
<style>
span { border-color: #A18DCA; }
span { border-color: rgb(161,141,202); }
td.TdClassName
{
border-color: #A18DCA;
}
.TagClassName
{
border-color: #A18DCA;
}
</style>