Shades of Cold Purple #A084BF
Tints of Cold Purple #A084BF
RGB
CMYK
RGB Variations
Color information
#A084BF (or 0xA084BF) is known color: Cold Purple. HEX triplet: A0, 84 and BF. RGB value is (160,132,191). Sum of RGB (Red+Green+Blue) = 160+132+191=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #A084BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084BF is #5F7B40. Grayscale: #929292. Windows color (decimal): -6257473 or 12551328. OLE color: 12551328.
HSL color Cylindrical-coordinate representation of color #A084BF: hue angle of 268.47º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A084BF is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 132 | 191 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.25 |
| HSL | 268.47º | 0.32% | 0.63% | - |
| HSV(B) | 268.47º | 0.31% | 0.75% | - |
| XYZ | 32.15 | 27.74 | 52.95 | - |
| YUV | 147.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 191 | 0.16 | 0.31 | 0 | 0.25 | 268.47 | 0.32 | 0.63 |
| Hex | A0 | 84 | BF | 10 | 1F | 0 | 19 | 10C | 20 | 3F |
| Octal | 240 | 204 | 277 | 20 | 37 | 0 | 31 | 414 | 40 | 77 |
| Binary | 10100000 | 10000100 | 10111111 | 10000 | 11111 | 0 | 11001 | 100001100 | 100000 | 111111 |
Color Harmonies of #A084BF
Complementary color
Monochromatic Colors of #A084BF
Black with #A084BF
Text Example
Text Example
White with #A084BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A084BF; }
p { color: rgb(160,132,191); }
H1.HeaderClassName
{
color: #A084BF;
}
.AnyTagClassName
{
color: #A084BF;
}
</style>
background-color css
<style>
a { background-color: #A084BF; }
a { background-color: rgb(160,132,191); }
div.DivClassName
{
background-color: #A084BF;
}
.BgClassName
{
background-color: #A084BF;
}
</style>
border-color css
<style>
span { border-color: #A084BF; }
span { border-color: rgb(160,132,191); }
td.TdClassName
{
border-color: #A084BF;
}
.TagClassName
{
border-color: #A084BF;
}
</style>