Shades of Medium Purple #A682F2
Tints of Medium Purple #A682F2
RGB
CMYK
RGB Variations
Color information
#A682F2 (or 0xA682F2) is known color: Medium Purple. HEX triplet: A6, 82 and F2. RGB value is (166,130,242). Sum of RGB (Red+Green+Blue) = 166+130+242=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #A682F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A682F2 is #597D0D. Grayscale: #999999. Windows color (decimal): -5864718 or 15893158. OLE color: 15893158.
HSL color Cylindrical-coordinate representation of color #A682F2: hue angle of 259.29º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A682F2 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 130 | 242 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.05 |
| HSL | 259.29º | 0.81% | 0.73% | - |
| HSV(B) | 259.29º | 0.46% | 0.95% | - |
| XYZ | 39.74 | 30.48 | 87.79 | - |
| YUV | 153.53 | 177.93 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 242 | 0.31 | 0.46 | 0 | 0.05 | 259.29 | 0.81 | 0.73 |
| Hex | A6 | 82 | F2 | 1F | 2E | 0 | 5 | 103 | 51 | 49 |
| Octal | 246 | 202 | 362 | 37 | 56 | 0 | 5 | 403 | 121 | 111 |
| Binary | 10100110 | 10000010 | 11110010 | 11111 | 101110 | 0 | 101 | 100000011 | 1010001 | 1001001 |
Color Harmonies of #A682F2
Complementary color
Monochromatic Colors of #A682F2
Black with #A682F2
Text Example
Text Example
White with #A682F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682F2; }
p { color: rgb(166,130,242); }
H1.HeaderClassName
{
color: #A682F2;
}
.AnyTagClassName
{
color: #A682F2;
}
</style>
background-color css
<style>
a { background-color: #A682F2; }
a { background-color: rgb(166,130,242); }
div.DivClassName
{
background-color: #A682F2;
}
.BgClassName
{
background-color: #A682F2;
}
</style>
border-color css
<style>
span { border-color: #A682F2; }
span { border-color: rgb(166,130,242); }
td.TdClassName
{
border-color: #A682F2;
}
.TagClassName
{
border-color: #A682F2;
}
</style>