Shades of Medium Purple #A482F6
Tints of Medium Purple #A482F6
RGB
CMYK
RGB Variations
Color information
#A482F6 (or 0xA482F6) is known color: Medium Purple. HEX triplet: A4, 82 and F6. RGB value is (164,130,246). Sum of RGB (Red+Green+Blue) = 164+130+246=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #A482F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A482F6 is #5B7D09. Grayscale: #989898. Windows color (decimal): -5995786 or 16155300. OLE color: 16155300.
HSL color Cylindrical-coordinate representation of color #A482F6: hue angle of 257.59º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A482F6 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 130 | 246 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.04 |
| HSL | 257.59º | 0.87% | 0.74% | - |
| HSV(B) | 257.59º | 0.47% | 0.96% | - |
| XYZ | 39.93 | 30.51 | 90.97 | - |
| YUV | 153.39 | 180.26 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 246 | 0.33 | 0.47 | 0 | 0.04 | 257.59 | 0.87 | 0.74 |
| Hex | A4 | 82 | F6 | 21 | 2F | 0 | 4 | 102 | 57 | 4A |
| Octal | 244 | 202 | 366 | 41 | 57 | 0 | 4 | 402 | 127 | 112 |
| Binary | 10100100 | 10000010 | 11110110 | 100001 | 101111 | 0 | 100 | 100000010 | 1010111 | 1001010 |
Color Harmonies of #A482F6
Complementary color
Monochromatic Colors of #A482F6
Black with #A482F6
Text Example
Text Example
White with #A482F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A482F6; }
p { color: rgb(164,130,246); }
H1.HeaderClassName
{
color: #A482F6;
}
.AnyTagClassName
{
color: #A482F6;
}
</style>
background-color css
<style>
a { background-color: #A482F6; }
a { background-color: rgb(164,130,246); }
div.DivClassName
{
background-color: #A482F6;
}
.BgClassName
{
background-color: #A482F6;
}
</style>
border-color css
<style>
span { border-color: #A482F6; }
span { border-color: rgb(164,130,246); }
td.TdClassName
{
border-color: #A482F6;
}
.TagClassName
{
border-color: #A482F6;
}
</style>