Shades of Cold Purple #A18FC4
Tints of Cold Purple #A18FC4
RGB
CMYK
RGB Variations
Color information
#A18FC4 (or 0xA18FC4) is known color: Cold Purple. HEX triplet: A1, 8F and C4. RGB value is (161,143,196). Sum of RGB (Red+Green+Blue) = 161+143+196=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #A18FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FC4 is #5E703B. Grayscale: #9A9A9A. Windows color (decimal): -6189116 or 12881825. OLE color: 12881825.
HSL color Cylindrical-coordinate representation of color #A18FC4: hue angle of 260.38º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A18FC4 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 143 | 196 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.23 |
| HSL | 260.38º | 0.31% | 0.66% | - |
| HSV(B) | 260.38º | 0.27% | 0.77% | - |
| XYZ | 34.48 | 31.21 | 56.43 | - |
| YUV | 154.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 196 | 0.18 | 0.27 | 0 | 0.23 | 260.38 | 0.31 | 0.66 |
| Hex | A1 | 8F | C4 | 12 | 1B | 0 | 17 | 104 | 1F | 42 |
| Octal | 241 | 217 | 304 | 22 | 33 | 0 | 27 | 404 | 37 | 102 |
| Binary | 10100001 | 10001111 | 11000100 | 10010 | 11011 | 0 | 10111 | 100000100 | 11111 | 1000010 |
Color Harmonies of #A18FC4
Complementary color
Monochromatic Colors of #A18FC4
Black with #A18FC4
Text Example
Text Example
White with #A18FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FC4; }
p { color: rgb(161,143,196); }
H1.HeaderClassName
{
color: #A18FC4;
}
.AnyTagClassName
{
color: #A18FC4;
}
</style>
background-color css
<style>
a { background-color: #A18FC4; }
a { background-color: rgb(161,143,196); }
div.DivClassName
{
background-color: #A18FC4;
}
.BgClassName
{
background-color: #A18FC4;
}
</style>
border-color css
<style>
span { border-color: #A18FC4; }
span { border-color: rgb(161,143,196); }
td.TdClassName
{
border-color: #A18FC4;
}
.TagClassName
{
border-color: #A18FC4;
}
</style>