Shades of Cold Purple #A18CCC
Tints of Cold Purple #A18CCC
RGB
CMYK
RGB Variations
Color information
#A18CCC (or 0xA18CCC) is known color: Cold Purple. HEX triplet: A1, 8C and CC. RGB value is (161,140,204). Sum of RGB (Red+Green+Blue) = 161+140+204=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #A18CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CCC is #5E7333. Grayscale: #999999. Windows color (decimal): -6189876 or 13405345. OLE color: 13405345.
HSL color Cylindrical-coordinate representation of color #A18CCC: hue angle of 259.69º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A18CCC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 140 | 204 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.2 |
| HSL | 259.69º | 0.39% | 0.67% | - |
| HSV(B) | 259.69º | 0.31% | 0.8% | - |
| XYZ | 34.98 | 30.69 | 61.21 | - |
| YUV | 153.58 | 156.46 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 204 | 0.21 | 0.31 | 0 | 0.2 | 259.69 | 0.39 | 0.67 |
| Hex | A1 | 8C | CC | 15 | 1F | 0 | 14 | 104 | 27 | 43 |
| Octal | 241 | 214 | 314 | 25 | 37 | 0 | 24 | 404 | 47 | 103 |
| Binary | 10100001 | 10001100 | 11001100 | 10101 | 11111 | 0 | 10100 | 100000100 | 100111 | 1000011 |
Color Harmonies of #A18CCC
Complementary color
Monochromatic Colors of #A18CCC
Black with #A18CCC
Text Example
Text Example
White with #A18CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18CCC; }
p { color: rgb(161,140,204); }
H1.HeaderClassName
{
color: #A18CCC;
}
.AnyTagClassName
{
color: #A18CCC;
}
</style>
background-color css
<style>
a { background-color: #A18CCC; }
a { background-color: rgb(161,140,204); }
div.DivClassName
{
background-color: #A18CCC;
}
.BgClassName
{
background-color: #A18CCC;
}
</style>
border-color css
<style>
span { border-color: #A18CCC; }
span { border-color: rgb(161,140,204); }
td.TdClassName
{
border-color: #A18CCC;
}
.TagClassName
{
border-color: #A18CCC;
}
</style>