Shades of Medium Purple #A682EA
Tints of Medium Purple #A682EA
RGB
CMYK
RGB Variations
Color information
#A682EA (or 0xA682EA) is known color: Medium Purple. HEX triplet: A6, 82 and EA. RGB value is (166,130,234). Sum of RGB (Red+Green+Blue) = 166+130+234=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #A682EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A682EA is #597D15. Grayscale: #989898. Windows color (decimal): -5864726 or 15368870. OLE color: 15368870.
HSL color Cylindrical-coordinate representation of color #A682EA: hue angle of 260.77º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A682EA is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 130 | 234 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.08 |
| HSL | 260.77º | 0.71% | 0.71% | - |
| HSV(B) | 260.77º | 0.44% | 0.92% | - |
| XYZ | 38.56 | 30.01 | 81.6 | - |
| YUV | 152.62 | 173.93 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 234 | 0.29 | 0.44 | 0 | 0.08 | 260.77 | 0.71 | 0.71 |
| Hex | A6 | 82 | EA | 1D | 2C | 0 | 8 | 105 | 47 | 47 |
| Octal | 246 | 202 | 352 | 35 | 54 | 0 | 10 | 405 | 107 | 107 |
| Binary | 10100110 | 10000010 | 11101010 | 11101 | 101100 | 0 | 1000 | 100000101 | 1000111 | 1000111 |
Color Harmonies of #A682EA
Complementary color
Monochromatic Colors of #A682EA
Black with #A682EA
Text Example
Text Example
White with #A682EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682EA; }
p { color: rgb(166,130,234); }
H1.HeaderClassName
{
color: #A682EA;
}
.AnyTagClassName
{
color: #A682EA;
}
</style>
background-color css
<style>
a { background-color: #A682EA; }
a { background-color: rgb(166,130,234); }
div.DivClassName
{
background-color: #A682EA;
}
.BgClassName
{
background-color: #A682EA;
}
</style>
border-color css
<style>
span { border-color: #A682EA; }
span { border-color: rgb(166,130,234); }
td.TdClassName
{
border-color: #A682EA;
}
.TagClassName
{
border-color: #A682EA;
}
</style>