Shades of Medium Purple #A36AF2
Tints of Medium Purple #A36AF2
RGB
CMYK
RGB Variations
Color information
#A36AF2 (or 0xA36AF2) is known color: Medium Purple. HEX triplet: A3, 6A and F2. RGB value is (163,106,242). Sum of RGB (Red+Green+Blue) = 163+106+242=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #A36AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36AF2 is #5C950D. Grayscale: #8A8A8A. Windows color (decimal): -6067470 or 15887011. OLE color: 15887011.
HSL color Cylindrical-coordinate representation of color #A36AF2: hue angle of 265.15º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A36AF2 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 106 | 242 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.05 |
| HSL | 265.15º | 0.84% | 0.68% | - |
| HSV(B) | 265.15º | 0.56% | 0.95% | - |
| XYZ | 36.29 | 24.51 | 86.82 | - |
| YUV | 138.55 | 186.38 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 242 | 0.33 | 0.56 | 0 | 0.05 | 265.15 | 0.84 | 0.68 |
| Hex | A3 | 6A | F2 | 21 | 38 | 0 | 5 | 109 | 54 | 44 |
| Octal | 243 | 152 | 362 | 41 | 70 | 0 | 5 | 411 | 124 | 104 |
| Binary | 10100011 | 1101010 | 11110010 | 100001 | 111000 | 0 | 101 | 100001001 | 1010100 | 1000100 |
Color Harmonies of #A36AF2
Complementary color
Monochromatic Colors of #A36AF2
Black with #A36AF2
Text Example
Text Example
White with #A36AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36AF2; }
p { color: rgb(163,106,242); }
H1.HeaderClassName
{
color: #A36AF2;
}
.AnyTagClassName
{
color: #A36AF2;
}
</style>
background-color css
<style>
a { background-color: #A36AF2; }
a { background-color: rgb(163,106,242); }
div.DivClassName
{
background-color: #A36AF2;
}
.BgClassName
{
background-color: #A36AF2;
}
</style>
border-color css
<style>
span { border-color: #A36AF2; }
span { border-color: rgb(163,106,242); }
td.TdClassName
{
border-color: #A36AF2;
}
.TagClassName
{
border-color: #A36AF2;
}
</style>