Shades of Medium Purple #A682F0
Tints of Medium Purple #A682F0
RGB
CMYK
RGB Variations
Color information
#A682F0 (or 0xA682F0) is known color: Medium Purple. HEX triplet: A6, 82 and F0. RGB value is (166,130,240). Sum of RGB (Red+Green+Blue) = 166+130+240=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #A682F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A682F0 is #597D0F. Grayscale: #989898. Windows color (decimal): -5864720 or 15762086. OLE color: 15762086.
HSL color Cylindrical-coordinate representation of color #A682F0: hue angle of 259.64º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A682F0 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 130 | 240 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.06 |
| HSL | 259.64º | 0.79% | 0.73% | - |
| HSV(B) | 259.64º | 0.46% | 0.94% | - |
| XYZ | 39.44 | 30.36 | 86.22 | - |
| YUV | 153.3 | 176.93 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 240 | 0.31 | 0.46 | 0 | 0.06 | 259.64 | 0.79 | 0.73 |
| Hex | A6 | 82 | F0 | 1F | 2E | 0 | 6 | 104 | 4F | 49 |
| Octal | 246 | 202 | 360 | 37 | 56 | 0 | 6 | 404 | 117 | 111 |
| Binary | 10100110 | 10000010 | 11110000 | 11111 | 101110 | 0 | 110 | 100000100 | 1001111 | 1001001 |
Color Harmonies of #A682F0
Complementary color
Monochromatic Colors of #A682F0
Black with #A682F0
Text Example
Text Example
White with #A682F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682F0; }
p { color: rgb(166,130,240); }
H1.HeaderClassName
{
color: #A682F0;
}
.AnyTagClassName
{
color: #A682F0;
}
</style>
background-color css
<style>
a { background-color: #A682F0; }
a { background-color: rgb(166,130,240); }
div.DivClassName
{
background-color: #A682F0;
}
.BgClassName
{
background-color: #A682F0;
}
</style>
border-color css
<style>
span { border-color: #A682F0; }
span { border-color: rgb(166,130,240); }
td.TdClassName
{
border-color: #A682F0;
}
.TagClassName
{
border-color: #A682F0;
}
</style>