Shades of Medium Purple #A682FA
Tints of Medium Purple #A682FA
RGB
CMYK
RGB Variations
Color information
#A682FA (or 0xA682FA) is known color: Medium Purple. HEX triplet: A6, 82 and FA. RGB value is (166,130,250). Sum of RGB (Red+Green+Blue) = 166+130+250=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #A682FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A682FA is #597D05. Grayscale: #9A9A9A. Windows color (decimal): -5864710 or 16417446. OLE color: 16417446.
HSL color Cylindrical-coordinate representation of color #A682FA: hue angle of 258º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A682FA is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 130 | 250 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.02 |
| HSL | 258º | 0.92% | 0.75% | - |
| HSV(B) | 258º | 0.48% | 0.98% | - |
| XYZ | 40.96 | 30.97 | 94.26 | - |
| YUV | 154.44 | 181.93 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 250 | 0.34 | 0.48 | 0 | 0.02 | 258 | 0.92 | 0.75 |
| Hex | A6 | 82 | FA | 22 | 30 | 0 | 2 | 102 | 5C | 4B |
| Octal | 246 | 202 | 372 | 42 | 60 | 0 | 2 | 402 | 134 | 113 |
| Binary | 10100110 | 10000010 | 11111010 | 100010 | 110000 | 0 | 10 | 100000010 | 1011100 | 1001011 |
Color Harmonies of #A682FA
Complementary color
Monochromatic Colors of #A682FA
Black with #A682FA
Text Example
Text Example
White with #A682FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682FA; }
p { color: rgb(166,130,250); }
H1.HeaderClassName
{
color: #A682FA;
}
.AnyTagClassName
{
color: #A682FA;
}
</style>
background-color css
<style>
a { background-color: #A682FA; }
a { background-color: rgb(166,130,250); }
div.DivClassName
{
background-color: #A682FA;
}
.BgClassName
{
background-color: #A682FA;
}
</style>
border-color css
<style>
span { border-color: #A682FA; }
span { border-color: rgb(166,130,250); }
td.TdClassName
{
border-color: #A682FA;
}
.TagClassName
{
border-color: #A682FA;
}
</style>