Shades of Cold Purple #A18CBC
Tints of Cold Purple #A18CBC
RGB
CMYK
RGB Variations
Color information
#A18CBC (or 0xA18CBC) is known color: Cold Purple. HEX triplet: A1, 8C and BC. RGB value is (161,140,188). Sum of RGB (Red+Green+Blue) = 161+140+188=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #A18CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CBC is #5E7343. Grayscale: #979797. Windows color (decimal): -6189892 or 12356769. OLE color: 12356769.
HSL color Cylindrical-coordinate representation of color #A18CBC: hue angle of 266.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A18CBC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 140 | 188 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.26 |
| HSL | 266.25º | 0.26% | 0.64% | - |
| HSV(B) | 266.25º | 0.26% | 0.74% | - |
| XYZ | 33.15 | 29.96 | 51.61 | - |
| YUV | 151.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 188 | 0.14 | 0.26 | 0 | 0.26 | 266.25 | 0.26 | 0.64 |
| Hex | A1 | 8C | BC | E | 1A | 0 | 1A | 10A | 1A | 40 |
| Octal | 241 | 214 | 274 | 16 | 32 | 0 | 32 | 412 | 32 | 100 |
| Binary | 10100001 | 10001100 | 10111100 | 1110 | 11010 | 0 | 11010 | 100001010 | 11010 | 1000000 |
Color Harmonies of #A18CBC
Complementary color
Monochromatic Colors of #A18CBC
Black with #A18CBC
Text Example
Text Example
White with #A18CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18CBC; }
p { color: rgb(161,140,188); }
H1.HeaderClassName
{
color: #A18CBC;
}
.AnyTagClassName
{
color: #A18CBC;
}
</style>
background-color css
<style>
a { background-color: #A18CBC; }
a { background-color: rgb(161,140,188); }
div.DivClassName
{
background-color: #A18CBC;
}
.BgClassName
{
background-color: #A18CBC;
}
</style>
border-color css
<style>
span { border-color: #A18CBC; }
span { border-color: rgb(161,140,188); }
td.TdClassName
{
border-color: #A18CBC;
}
.TagClassName
{
border-color: #A18CBC;
}
</style>