Shades of Cold Purple #A184CD
Tints of Cold Purple #A184CD
RGB
CMYK
RGB Variations
Color information
#A184CD (or 0xA184CD) is known color: Cold Purple. HEX triplet: A1, 84 and CD. RGB value is (161,132,205). Sum of RGB (Red+Green+Blue) = 161+132+205=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #A184CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184CD is #5E7B32. Grayscale: #949494. Windows color (decimal): -6191923 or 13468833. OLE color: 13468833.
HSL color Cylindrical-coordinate representation of color #A184CD: hue angle of 263.84º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A184CD is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 132 | 205 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.20 |
| HSL | 263.84º | 0.42% | 0.66% | - |
| HSV(B) | 263.84º | 0.36% | 0.8% | - |
| XYZ | 33.97 | 28.49 | 61.47 | - |
| YUV | 148.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 205 | 0.21 | 0.36 | 0 | 0.20 | 263.84 | 0.42 | 0.66 |
| Hex | A1 | 84 | CD | 15 | 24 | 0 | 14 | 108 | 2A | 42 |
| Octal | 241 | 204 | 315 | 25 | 44 | 0 | 24 | 410 | 52 | 102 |
| Binary | 10100001 | 10000100 | 11001101 | 10101 | 100100 | 0 | 10100 | 100001000 | 101010 | 1000010 |
Color Harmonies of #A184CD
Complementary color
Monochromatic Colors of #A184CD
Black with #A184CD
Text Example
Text Example
White with #A184CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A184CD; }
p { color: rgb(161,132,205); }
H1.HeaderClassName
{
color: #A184CD;
}
.AnyTagClassName
{
color: #A184CD;
}
</style>
background-color css
<style>
a { background-color: #A184CD; }
a { background-color: rgb(161,132,205); }
div.DivClassName
{
background-color: #A184CD;
}
.BgClassName
{
background-color: #A184CD;
}
</style>
border-color css
<style>
span { border-color: #A184CD; }
span { border-color: rgb(161,132,205); }
td.TdClassName
{
border-color: #A184CD;
}
.TagClassName
{
border-color: #A184CD;
}
</style>