Shades of Cold Purple #A184CB
Tints of Cold Purple #A184CB
RGB
CMYK
RGB Variations
Color information
#A184CB (or 0xA184CB) is known color: Cold Purple. HEX triplet: A1, 84 and CB. RGB value is (161,132,203). Sum of RGB (Red+Green+Blue) = 161+132+203=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #A184CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184CB is #5E7B34. Grayscale: #949494. Windows color (decimal): -6191925 or 13337761. OLE color: 13337761.
HSL color Cylindrical-coordinate representation of color #A184CB: hue angle of 264.51º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A184CB is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 132 | 203 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.20 |
| HSL | 264.51º | 0.41% | 0.66% | - |
| HSV(B) | 264.51º | 0.35% | 0.8% | - |
| XYZ | 33.73 | 28.39 | 60.2 | - |
| YUV | 148.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 203 | 0.21 | 0.35 | 0 | 0.20 | 264.51 | 0.41 | 0.66 |
| Hex | A1 | 84 | CB | 15 | 23 | 0 | 14 | 109 | 29 | 42 |
| Octal | 241 | 204 | 313 | 25 | 43 | 0 | 24 | 411 | 51 | 102 |
| Binary | 10100001 | 10000100 | 11001011 | 10101 | 100011 | 0 | 10100 | 100001001 | 101001 | 1000010 |
Color Harmonies of #A184CB
Complementary color
Monochromatic Colors of #A184CB
Black with #A184CB
Text Example
Text Example
White with #A184CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A184CB; }
p { color: rgb(161,132,203); }
H1.HeaderClassName
{
color: #A184CB;
}
.AnyTagClassName
{
color: #A184CB;
}
</style>
background-color css
<style>
a { background-color: #A184CB; }
a { background-color: rgb(161,132,203); }
div.DivClassName
{
background-color: #A184CB;
}
.BgClassName
{
background-color: #A184CB;
}
</style>
border-color css
<style>
span { border-color: #A184CB; }
span { border-color: rgb(161,132,203); }
td.TdClassName
{
border-color: #A184CB;
}
.TagClassName
{
border-color: #A184CB;
}
</style>