Shades of Cold Purple #A084CF
Tints of Cold Purple #A084CF
RGB
CMYK
RGB Variations
Color information
#A084CF (or 0xA084CF) is known color: Cold Purple. HEX triplet: A0, 84 and CF. RGB value is (160,132,207). Sum of RGB (Red+Green+Blue) = 160+132+207=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #A084CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084CF is #5F7B30. Grayscale: #949494. Windows color (decimal): -6257457 or 13599904. OLE color: 13599904.
HSL color Cylindrical-coordinate representation of color #A084CF: hue angle of 262.4º 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 #A084CF is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 132 | 207 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.19 |
| HSL | 262.4º | 0.44% | 0.66% | - |
| HSV(B) | 262.4º | 0.36% | 0.81% | - |
| XYZ | 34.01 | 28.48 | 62.74 | - |
| YUV | 148.92 | 160.78 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 207 | 0.23 | 0.36 | 0 | 0.19 | 262.4 | 0.44 | 0.66 |
| Hex | A0 | 84 | CF | 17 | 24 | 0 | 13 | 106 | 2C | 42 |
| Octal | 240 | 204 | 317 | 27 | 44 | 0 | 23 | 406 | 54 | 102 |
| Binary | 10100000 | 10000100 | 11001111 | 10111 | 100100 | 0 | 10011 | 100000110 | 101100 | 1000010 |
Color Harmonies of #A084CF
Complementary color
Monochromatic Colors of #A084CF
Black with #A084CF
Text Example
Text Example
White with #A084CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A084CF; }
p { color: rgb(160,132,207); }
H1.HeaderClassName
{
color: #A084CF;
}
.AnyTagClassName
{
color: #A084CF;
}
</style>
background-color css
<style>
a { background-color: #A084CF; }
a { background-color: rgb(160,132,207); }
div.DivClassName
{
background-color: #A084CF;
}
.BgClassName
{
background-color: #A084CF;
}
</style>
border-color css
<style>
span { border-color: #A084CF; }
span { border-color: rgb(160,132,207); }
td.TdClassName
{
border-color: #A084CF;
}
.TagClassName
{
border-color: #A084CF;
}
</style>