Shades of Medium Purple #A084F4
Tints of Medium Purple #A084F4
RGB
CMYK
RGB Variations
Color information
#A084F4 (or 0xA084F4) is known color: Medium Purple. HEX triplet: A0, 84 and F4. RGB value is (160,132,244). Sum of RGB (Red+Green+Blue) = 160+132+244=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #A084F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A084F4 is #5F7B0B. Grayscale: #989898. Windows color (decimal): -6257420 or 16024736. OLE color: 16024736.
HSL color Cylindrical-coordinate representation of color #A084F4: hue angle of 255º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A084F4 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 132 | 244 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.04 |
| HSL | 255º | 0.84% | 0.74% | - |
| HSV(B) | 255º | 0.46% | 0.96% | - |
| XYZ | 39.08 | 30.51 | 89.42 | - |
| YUV | 153.14 | 179.28 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 244 | 0.34 | 0.46 | 0 | 0.04 | 255 | 0.84 | 0.74 |
| Hex | A0 | 84 | F4 | 22 | 2E | 0 | 4 | FF | 54 | 4A |
| Octal | 240 | 204 | 364 | 42 | 56 | 0 | 4 | 377 | 124 | 112 |
| Binary | 10100000 | 10000100 | 11110100 | 100010 | 101110 | 0 | 100 | 11111111 | 1010100 | 1001010 |
Color Harmonies of #A084F4
Complementary color
Monochromatic Colors of #A084F4
Black with #A084F4
Text Example
Text Example
White with #A084F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A084F4; }
p { color: rgb(160,132,244); }
H1.HeaderClassName
{
color: #A084F4;
}
.AnyTagClassName
{
color: #A084F4;
}
</style>
background-color css
<style>
a { background-color: #A084F4; }
a { background-color: rgb(160,132,244); }
div.DivClassName
{
background-color: #A084F4;
}
.BgClassName
{
background-color: #A084F4;
}
</style>
border-color css
<style>
span { border-color: #A084F4; }
span { border-color: rgb(160,132,244); }
td.TdClassName
{
border-color: #A084F4;
}
.TagClassName
{
border-color: #A084F4;
}
</style>