Shades of Medium Purple #A36BF2
Tints of Medium Purple #A36BF2
RGB
CMYK
RGB Variations
Color information
#A36BF2 (or 0xA36BF2) is known color: Medium Purple. HEX triplet: A3, 6B and F2. RGB value is (163,107,242). Sum of RGB (Red+Green+Blue) = 163+107+242=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #A36BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36BF2 is #5C940D. Grayscale: #8A8A8A. Windows color (decimal): -6067214 or 15887267. OLE color: 15887267.
HSL color Cylindrical-coordinate representation of color #A36BF2: hue angle of 264.89º 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 #A36BF2 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 107 | 242 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.05 |
| HSL | 264.89º | 0.84% | 0.68% | - |
| HSV(B) | 264.89º | 0.56% | 0.95% | - |
| XYZ | 36.39 | 24.71 | 86.86 | - |
| YUV | 139.13 | 186.05 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 242 | 0.33 | 0.56 | 0 | 0.05 | 264.89 | 0.84 | 0.68 |
| Hex | A3 | 6B | F2 | 21 | 38 | 0 | 5 | 109 | 54 | 44 |
| Octal | 243 | 153 | 362 | 41 | 70 | 0 | 5 | 411 | 124 | 104 |
| Binary | 10100011 | 1101011 | 11110010 | 100001 | 111000 | 0 | 101 | 100001001 | 1010100 | 1000100 |
Color Harmonies of #A36BF2
Complementary color
Monochromatic Colors of #A36BF2
Black with #A36BF2
Text Example
Text Example
White with #A36BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36BF2; }
p { color: rgb(163,107,242); }
H1.HeaderClassName
{
color: #A36BF2;
}
.AnyTagClassName
{
color: #A36BF2;
}
</style>
background-color css
<style>
a { background-color: #A36BF2; }
a { background-color: rgb(163,107,242); }
div.DivClassName
{
background-color: #A36BF2;
}
.BgClassName
{
background-color: #A36BF2;
}
</style>
border-color css
<style>
span { border-color: #A36BF2; }
span { border-color: rgb(163,107,242); }
td.TdClassName
{
border-color: #A36BF2;
}
.TagClassName
{
border-color: #A36BF2;
}
</style>