Shades of Medium Purple #A36FDD
Tints of Medium Purple #A36FDD
RGB
CMYK
RGB Variations
Color information
#A36FDD (or 0xA36FDD) is known color: Medium Purple. HEX triplet: A3, 6F and DD. RGB value is (163,111,221). Sum of RGB (Red+Green+Blue) = 163+111+221=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #A36FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FDD is #5C9022. Grayscale: #8A8A8A. Windows color (decimal): -6066211 or 14512035. OLE color: 14512035.
HSL color Cylindrical-coordinate representation of color #A36FDD: hue angle of 268.36º degrees, saturation: 0.62, 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 #A36FDD is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 111 | 221 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.13 |
| HSL | 268.36º | 0.62% | 0.65% | - |
| HSV(B) | 268.36º | 0.5% | 0.87% | - |
| XYZ | 33.84 | 24.38 | 71.33 | - |
| YUV | 139.09 | 174.23 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 221 | 0.26 | 0.50 | 0 | 0.13 | 268.36 | 0.62 | 0.65 |
| Hex | A3 | 6F | DD | 1A | 32 | 0 | D | 10C | 3E | 41 |
| Octal | 243 | 157 | 335 | 32 | 62 | 0 | 15 | 414 | 76 | 101 |
| Binary | 10100011 | 1101111 | 11011101 | 11010 | 110010 | 0 | 1101 | 100001100 | 111110 | 1000001 |
Color Harmonies of #A36FDD
Complementary color
Monochromatic Colors of #A36FDD
Black with #A36FDD
Text Example
Text Example
White with #A36FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FDD; }
p { color: rgb(163,111,221); }
H1.HeaderClassName
{
color: #A36FDD;
}
.AnyTagClassName
{
color: #A36FDD;
}
</style>
background-color css
<style>
a { background-color: #A36FDD; }
a { background-color: rgb(163,111,221); }
div.DivClassName
{
background-color: #A36FDD;
}
.BgClassName
{
background-color: #A36FDD;
}
</style>
border-color css
<style>
span { border-color: #A36FDD; }
span { border-color: rgb(163,111,221); }
td.TdClassName
{
border-color: #A36FDD;
}
.TagClassName
{
border-color: #A36FDD;
}
</style>