Shades of Cold Purple #A183C6
Tints of Cold Purple #A183C6
RGB
CMYK
RGB Variations
Color information
#A183C6 (or 0xA183C6) is known color: Cold Purple. HEX triplet: A1, 83 and C6. RGB value is (161,131,198). Sum of RGB (Red+Green+Blue) = 161+131+198=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #A183C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183C6 is #5E7C39. Grayscale: #939393. Windows color (decimal): -6192186 or 13009825. OLE color: 13009825.
HSL color Cylindrical-coordinate representation of color #A183C6: hue angle of 266.87º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A183C6 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 131 | 198 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.22 |
| HSL | 266.87º | 0.37% | 0.65% | - |
| HSV(B) | 266.87º | 0.34% | 0.78% | - |
| XYZ | 33.01 | 27.89 | 57.07 | - |
| YUV | 147.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 198 | 0.19 | 0.34 | 0 | 0.22 | 266.87 | 0.37 | 0.65 |
| Hex | A1 | 83 | C6 | 13 | 22 | 0 | 16 | 10B | 25 | 41 |
| Octal | 241 | 203 | 306 | 23 | 42 | 0 | 26 | 413 | 45 | 101 |
| Binary | 10100001 | 10000011 | 11000110 | 10011 | 100010 | 0 | 10110 | 100001011 | 100101 | 1000001 |
Color Harmonies of #A183C6
Complementary color
Monochromatic Colors of #A183C6
Black with #A183C6
Text Example
Text Example
White with #A183C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183C6; }
p { color: rgb(161,131,198); }
H1.HeaderClassName
{
color: #A183C6;
}
.AnyTagClassName
{
color: #A183C6;
}
</style>
background-color css
<style>
a { background-color: #A183C6; }
a { background-color: rgb(161,131,198); }
div.DivClassName
{
background-color: #A183C6;
}
.BgClassName
{
background-color: #A183C6;
}
</style>
border-color css
<style>
span { border-color: #A183C6; }
span { border-color: rgb(161,131,198); }
td.TdClassName
{
border-color: #A183C6;
}
.TagClassName
{
border-color: #A183C6;
}
</style>