Shades of Medium Purple #A36FF7
Tints of Medium Purple #A36FF7
RGB
CMYK
RGB Variations
Color information
#A36FF7 (or 0xA36FF7) is known color: Medium Purple. HEX triplet: A3, 6F and F7. RGB value is (163,111,247). Sum of RGB (Red+Green+Blue) = 163+111+247=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #A36FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36FF7 is #5C9008. Grayscale: #8D8D8D. Windows color (decimal): -6066185 or 16215971. OLE color: 16215971.
HSL color Cylindrical-coordinate representation of color #A36FF7: hue angle of 262.94º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A36FF7 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 111 | 247 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.03 |
| HSL | 262.94º | 0.89% | 0.7% | - |
| HSV(B) | 262.94º | 0.55% | 0.97% | - |
| XYZ | 37.58 | 25.87 | 91.01 | - |
| YUV | 142.05 | 187.23 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 247 | 0.34 | 0.55 | 0 | 0.03 | 262.94 | 0.89 | 0.7 |
| Hex | A3 | 6F | F7 | 22 | 37 | 0 | 3 | 107 | 59 | 46 |
| Octal | 243 | 157 | 367 | 42 | 67 | 0 | 3 | 407 | 131 | 106 |
| Binary | 10100011 | 1101111 | 11110111 | 100010 | 110111 | 0 | 11 | 100000111 | 1011001 | 1000110 |
Color Harmonies of #A36FF7
Complementary color
Monochromatic Colors of #A36FF7
Black with #A36FF7
Text Example
Text Example
White with #A36FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FF7; }
p { color: rgb(163,111,247); }
H1.HeaderClassName
{
color: #A36FF7;
}
.AnyTagClassName
{
color: #A36FF7;
}
</style>
background-color css
<style>
a { background-color: #A36FF7; }
a { background-color: rgb(163,111,247); }
div.DivClassName
{
background-color: #A36FF7;
}
.BgClassName
{
background-color: #A36FF7;
}
</style>
border-color css
<style>
span { border-color: #A36FF7; }
span { border-color: rgb(163,111,247); }
td.TdClassName
{
border-color: #A36FF7;
}
.TagClassName
{
border-color: #A36FF7;
}
</style>