Shades of Medium Purple #A36FDF
Tints of Medium Purple #A36FDF
RGB
CMYK
RGB Variations
Color information
#A36FDF (or 0xA36FDF) is known color: Medium Purple. HEX triplet: A3, 6F and DF. RGB value is (163,111,223). Sum of RGB (Red+Green+Blue) = 163+111+223=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #A36FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FDF is #5C9020. Grayscale: #8A8A8A. Windows color (decimal): -6066209 or 14643107. OLE color: 14643107.
HSL color Cylindrical-coordinate representation of color #A36FDF: hue angle of 267.86º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A36FDF is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 111 | 223 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.13 |
| HSL | 267.86º | 0.64% | 0.65% | - |
| HSV(B) | 267.86º | 0.5% | 0.87% | - |
| XYZ | 34.11 | 24.48 | 72.74 | - |
| YUV | 139.32 | 175.23 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 223 | 0.27 | 0.50 | 0 | 0.13 | 267.86 | 0.64 | 0.65 |
| Hex | A3 | 6F | DF | 1B | 32 | 0 | D | 10C | 40 | 41 |
| Octal | 243 | 157 | 337 | 33 | 62 | 0 | 15 | 414 | 100 | 101 |
| Binary | 10100011 | 1101111 | 11011111 | 11011 | 110010 | 0 | 1101 | 100001100 | 1000000 | 1000001 |
Color Harmonies of #A36FDF
Complementary color
Monochromatic Colors of #A36FDF
Black with #A36FDF
Text Example
Text Example
White with #A36FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FDF; }
p { color: rgb(163,111,223); }
H1.HeaderClassName
{
color: #A36FDF;
}
.AnyTagClassName
{
color: #A36FDF;
}
</style>
background-color css
<style>
a { background-color: #A36FDF; }
a { background-color: rgb(163,111,223); }
div.DivClassName
{
background-color: #A36FDF;
}
.BgClassName
{
background-color: #A36FDF;
}
</style>
border-color css
<style>
span { border-color: #A36FDF; }
span { border-color: rgb(163,111,223); }
td.TdClassName
{
border-color: #A36FDF;
}
.TagClassName
{
border-color: #A36FDF;
}
</style>