Shades of Cold Purple #A183D2
Tints of Cold Purple #A183D2
RGB
CMYK
RGB Variations
Color information
#A183D2 (or 0xA183D2) is known color: Cold Purple. HEX triplet: A1, 83 and D2. RGB value is (161,131,210). Sum of RGB (Red+Green+Blue) = 161+131+210=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 210 - color contains mainly: blue. Hex color #A183D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183D2 is #5E7C2D. Grayscale: #949494. Windows color (decimal): -6192174 or 13796257. OLE color: 13796257.
HSL color Cylindrical-coordinate representation of color #A183D2: hue angle of 262.78º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A183D2 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 131 | 210 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.18 |
| HSL | 262.78º | 0.47% | 0.67% | - |
| HSV(B) | 262.78º | 0.38% | 0.82% | - |
| XYZ | 34.45 | 28.46 | 64.65 | - |
| YUV | 148.98 | 162.44 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 210 | 0.23 | 0.38 | 0 | 0.18 | 262.78 | 0.47 | 0.67 |
| Hex | A1 | 83 | D2 | 17 | 26 | 0 | 12 | 107 | 2F | 43 |
| Octal | 241 | 203 | 322 | 27 | 46 | 0 | 22 | 407 | 57 | 103 |
| Binary | 10100001 | 10000011 | 11010010 | 10111 | 100110 | 0 | 10010 | 100000111 | 101111 | 1000011 |
Color Harmonies of #A183D2
Complementary color
Monochromatic Colors of #A183D2
Black with #A183D2
Text Example
Text Example
White with #A183D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183D2; }
p { color: rgb(161,131,210); }
H1.HeaderClassName
{
color: #A183D2;
}
.AnyTagClassName
{
color: #A183D2;
}
</style>
background-color css
<style>
a { background-color: #A183D2; }
a { background-color: rgb(161,131,210); }
div.DivClassName
{
background-color: #A183D2;
}
.BgClassName
{
background-color: #A183D2;
}
</style>
border-color css
<style>
span { border-color: #A183D2; }
span { border-color: rgb(161,131,210); }
td.TdClassName
{
border-color: #A183D2;
}
.TagClassName
{
border-color: #A183D2;
}
</style>