Shades of Cold Purple #A183D1
Tints of Cold Purple #A183D1
RGB
CMYK
RGB Variations
Color information
#A183D1 (or 0xA183D1) is known color: Cold Purple. HEX triplet: A1, 83 and D1. RGB value is (161,131,209). Sum of RGB (Red+Green+Blue) = 161+131+209=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #A183D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183D1 is #5E7C2E. Grayscale: #949494. Windows color (decimal): -6192175 or 13730721. OLE color: 13730721.
HSL color Cylindrical-coordinate representation of color #A183D1: hue angle of 263.08º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A183D1 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 131 | 209 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.18 |
| HSL | 263.08º | 0.46% | 0.67% | - |
| HSV(B) | 263.08º | 0.37% | 0.82% | - |
| XYZ | 34.32 | 28.41 | 64 | - |
| YUV | 148.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 209 | 0.23 | 0.37 | 0 | 0.18 | 263.08 | 0.46 | 0.67 |
| Hex | A1 | 83 | D1 | 17 | 25 | 0 | 12 | 107 | 2E | 43 |
| Octal | 241 | 203 | 321 | 27 | 45 | 0 | 22 | 407 | 56 | 103 |
| Binary | 10100001 | 10000011 | 11010001 | 10111 | 100101 | 0 | 10010 | 100000111 | 101110 | 1000011 |
Color Harmonies of #A183D1
Complementary color
Monochromatic Colors of #A183D1
Black with #A183D1
Text Example
Text Example
White with #A183D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183D1; }
p { color: rgb(161,131,209); }
H1.HeaderClassName
{
color: #A183D1;
}
.AnyTagClassName
{
color: #A183D1;
}
</style>
background-color css
<style>
a { background-color: #A183D1; }
a { background-color: rgb(161,131,209); }
div.DivClassName
{
background-color: #A183D1;
}
.BgClassName
{
background-color: #A183D1;
}
</style>
border-color css
<style>
span { border-color: #A183D1; }
span { border-color: rgb(161,131,209); }
td.TdClassName
{
border-color: #A183D1;
}
.TagClassName
{
border-color: #A183D1;
}
</style>