Shades of Medium Purple #A36FF6
Tints of Medium Purple #A36FF6
RGB
CMYK
RGB Variations
Color information
#A36FF6 (or 0xA36FF6) is known color: Medium Purple. HEX triplet: A3, 6F and F6. RGB value is (163,111,246). Sum of RGB (Red+Green+Blue) = 163+111+246=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #A36FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36FF6 is #5C9009. Grayscale: #8D8D8D. Windows color (decimal): -6066186 or 16150435. OLE color: 16150435.
HSL color Cylindrical-coordinate representation of color #A36FF6: hue angle of 263.11º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A36FF6 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 111 | 246 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.04 |
| HSL | 263.11º | 0.88% | 0.7% | - |
| HSV(B) | 263.11º | 0.55% | 0.96% | - |
| XYZ | 37.42 | 25.81 | 90.2 | - |
| YUV | 141.94 | 186.73 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 246 | 0.34 | 0.55 | 0 | 0.04 | 263.11 | 0.88 | 0.7 |
| Hex | A3 | 6F | F6 | 22 | 37 | 0 | 4 | 107 | 58 | 46 |
| Octal | 243 | 157 | 366 | 42 | 67 | 0 | 4 | 407 | 130 | 106 |
| Binary | 10100011 | 1101111 | 11110110 | 100010 | 110111 | 0 | 100 | 100000111 | 1011000 | 1000110 |
Color Harmonies of #A36FF6
Complementary color
Monochromatic Colors of #A36FF6
Black with #A36FF6
Text Example
Text Example
White with #A36FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FF6; }
p { color: rgb(163,111,246); }
H1.HeaderClassName
{
color: #A36FF6;
}
.AnyTagClassName
{
color: #A36FF6;
}
</style>
background-color css
<style>
a { background-color: #A36FF6; }
a { background-color: rgb(163,111,246); }
div.DivClassName
{
background-color: #A36FF6;
}
.BgClassName
{
background-color: #A36FF6;
}
</style>
border-color css
<style>
span { border-color: #A36FF6; }
span { border-color: rgb(163,111,246); }
td.TdClassName
{
border-color: #A36FF6;
}
.TagClassName
{
border-color: #A36FF6;
}
</style>