Shades of Medium Purple #A683F3
Tints of Medium Purple #A683F3
RGB
CMYK
RGB Variations
Color information
#A683F3 (or 0xA683F3) is known color: Medium Purple. HEX triplet: A6, 83 and F3. RGB value is (166,131,243). Sum of RGB (Red+Green+Blue) = 166+131+243=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #A683F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A683F3 is #597C0C. Grayscale: #999999. Windows color (decimal): -5864461 or 15958950. OLE color: 15958950.
HSL color Cylindrical-coordinate representation of color #A683F3: hue angle of 258.75º degrees, saturation: 0.82, 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 #A683F3 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 131 | 243 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.05 |
| HSL | 258.75º | 0.82% | 0.73% | - |
| HSV(B) | 258.75º | 0.46% | 0.95% | - |
| XYZ | 40.02 | 30.81 | 88.63 | - |
| YUV | 154.23 | 178.1 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 243 | 0.32 | 0.46 | 0 | 0.05 | 258.75 | 0.82 | 0.73 |
| Hex | A6 | 83 | F3 | 20 | 2E | 0 | 5 | 103 | 52 | 49 |
| Octal | 246 | 203 | 363 | 40 | 56 | 0 | 5 | 403 | 122 | 111 |
| Binary | 10100110 | 10000011 | 11110011 | 100000 | 101110 | 0 | 101 | 100000011 | 1010010 | 1001001 |
Color Harmonies of #A683F3
Complementary color
Monochromatic Colors of #A683F3
Black with #A683F3
Text Example
Text Example
White with #A683F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A683F3; }
p { color: rgb(166,131,243); }
H1.HeaderClassName
{
color: #A683F3;
}
.AnyTagClassName
{
color: #A683F3;
}
</style>
background-color css
<style>
a { background-color: #A683F3; }
a { background-color: rgb(166,131,243); }
div.DivClassName
{
background-color: #A683F3;
}
.BgClassName
{
background-color: #A683F3;
}
</style>
border-color css
<style>
span { border-color: #A683F3; }
span { border-color: rgb(166,131,243); }
td.TdClassName
{
border-color: #A683F3;
}
.TagClassName
{
border-color: #A683F3;
}
</style>