Shades of Medium Purple #A36FE7
Tints of Medium Purple #A36FE7
RGB
CMYK
RGB Variations
Color information
#A36FE7 (or 0xA36FE7) is known color: Medium Purple. HEX triplet: A3, 6F and E7. RGB value is (163,111,231). Sum of RGB (Red+Green+Blue) = 163+111+231=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 231 - color contains mainly: blue. Hex color #A36FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36FE7 is #5C9018. Grayscale: #8B8B8B. Windows color (decimal): -6066201 or 15167395. OLE color: 15167395.
HSL color Cylindrical-coordinate representation of color #A36FE7: hue angle of 266º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A36FE7 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 111 | 231 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.09 |
| HSL | 266º | 0.71% | 0.67% | - |
| HSV(B) | 266º | 0.52% | 0.91% | - |
| XYZ | 35.21 | 24.92 | 78.56 | - |
| YUV | 140.23 | 179.23 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 231 | 0.29 | 0.52 | 0 | 0.09 | 266 | 0.71 | 0.67 |
| Hex | A3 | 6F | E7 | 1D | 34 | 0 | 9 | 10A | 47 | 43 |
| Octal | 243 | 157 | 347 | 35 | 64 | 0 | 11 | 412 | 107 | 103 |
| Binary | 10100011 | 1101111 | 11100111 | 11101 | 110100 | 0 | 1001 | 100001010 | 1000111 | 1000011 |
Color Harmonies of #A36FE7
Complementary color
Monochromatic Colors of #A36FE7
Black with #A36FE7
Text Example
Text Example
White with #A36FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FE7; }
p { color: rgb(163,111,231); }
H1.HeaderClassName
{
color: #A36FE7;
}
.AnyTagClassName
{
color: #A36FE7;
}
</style>
background-color css
<style>
a { background-color: #A36FE7; }
a { background-color: rgb(163,111,231); }
div.DivClassName
{
background-color: #A36FE7;
}
.BgClassName
{
background-color: #A36FE7;
}
</style>
border-color css
<style>
span { border-color: #A36FE7; }
span { border-color: rgb(163,111,231); }
td.TdClassName
{
border-color: #A36FE7;
}
.TagClassName
{
border-color: #A36FE7;
}
</style>