Shades of Cold Purple #A18CC4
Tints of Cold Purple #A18CC4
RGB
CMYK
RGB Variations
Color information
#A18CC4 (or 0xA18CC4) is known color: Cold Purple. HEX triplet: A1, 8C and C4. RGB value is (161,140,196). Sum of RGB (Red+Green+Blue) = 161+140+196=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 196 - color contains mainly: blue. Hex color #A18CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CC4 is #5E733B. Grayscale: #989898. Windows color (decimal): -6189884 or 12881057. OLE color: 12881057.
HSL color Cylindrical-coordinate representation of color #A18CC4: hue angle of 262.5º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A18CC4 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 140 | 196 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.23 |
| HSL | 262.5º | 0.32% | 0.66% | - |
| HSV(B) | 262.5º | 0.29% | 0.77% | - |
| XYZ | 34.04 | 30.32 | 56.28 | - |
| YUV | 152.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 196 | 0.18 | 0.29 | 0 | 0.23 | 262.5 | 0.32 | 0.66 |
| Hex | A1 | 8C | C4 | 12 | 1D | 0 | 17 | 106 | 20 | 42 |
| Octal | 241 | 214 | 304 | 22 | 35 | 0 | 27 | 406 | 40 | 102 |
| Binary | 10100001 | 10001100 | 11000100 | 10010 | 11101 | 0 | 10111 | 100000110 | 100000 | 1000010 |
Color Harmonies of #A18CC4
Complementary color
Monochromatic Colors of #A18CC4
Black with #A18CC4
Text Example
Text Example
White with #A18CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18CC4; }
p { color: rgb(161,140,196); }
H1.HeaderClassName
{
color: #A18CC4;
}
.AnyTagClassName
{
color: #A18CC4;
}
</style>
background-color css
<style>
a { background-color: #A18CC4; }
a { background-color: rgb(161,140,196); }
div.DivClassName
{
background-color: #A18CC4;
}
.BgClassName
{
background-color: #A18CC4;
}
</style>
border-color css
<style>
span { border-color: #A18CC4; }
span { border-color: rgb(161,140,196); }
td.TdClassName
{
border-color: #A18CC4;
}
.TagClassName
{
border-color: #A18CC4;
}
</style>