Shades of Cold Purple #A884CF
Tints of Cold Purple #A884CF
RGB
CMYK
RGB Variations
Color information
#A884CF (or 0xA884CF) is known color: Cold Purple. HEX triplet: A8, 84 and CF. RGB value is (168,132,207). Sum of RGB (Red+Green+Blue) = 168+132+207=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #A884CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884CF is #577B30. Grayscale: #979797. Windows color (decimal): -5733169 or 13599912. OLE color: 13599912.
HSL color Cylindrical-coordinate representation of color #A884CF: hue angle of 268.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A884CF is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 132 | 207 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.19 |
| HSL | 268.8º | 0.44% | 0.66% | - |
| HSV(B) | 268.8º | 0.36% | 0.81% | - |
| XYZ | 35.66 | 29.33 | 62.81 | - |
| YUV | 151.31 | 159.43 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 207 | 0.19 | 0.36 | 0 | 0.19 | 268.8 | 0.44 | 0.66 |
| Hex | A8 | 84 | CF | 13 | 24 | 0 | 13 | 10D | 2C | 42 |
| Octal | 250 | 204 | 317 | 23 | 44 | 0 | 23 | 415 | 54 | 102 |
| Binary | 10101000 | 10000100 | 11001111 | 10011 | 100100 | 0 | 10011 | 100001101 | 101100 | 1000010 |
Color Harmonies of #A884CF
Complementary color
Monochromatic Colors of #A884CF
Black with #A884CF
Text Example
Text Example
White with #A884CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A884CF; }
p { color: rgb(168,132,207); }
H1.HeaderClassName
{
color: #A884CF;
}
.AnyTagClassName
{
color: #A884CF;
}
</style>
background-color css
<style>
a { background-color: #A884CF; }
a { background-color: rgb(168,132,207); }
div.DivClassName
{
background-color: #A884CF;
}
.BgClassName
{
background-color: #A884CF;
}
</style>
border-color css
<style>
span { border-color: #A884CF; }
span { border-color: rgb(168,132,207); }
td.TdClassName
{
border-color: #A884CF;
}
.TagClassName
{
border-color: #A884CF;
}
</style>