Shades of Medium Purple #A36CF4
Tints of Medium Purple #A36CF4
RGB
CMYK
RGB Variations
Color information
#A36CF4 (or 0xA36CF4) is known color: Medium Purple. HEX triplet: A3, 6C and F4. RGB value is (163,108,244). Sum of RGB (Red+Green+Blue) = 163+108+244=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 244 (95.70% from 255 or 47.38% from 515); Max value from RGB is 244 - color contains mainly: blue. Hex color #A36CF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36CF4 is #5C930B. Grayscale: #8B8B8B. Windows color (decimal): -6066956 or 16018595. OLE color: 16018595.
HSL color Cylindrical-coordinate representation of color #A36CF4: hue angle of 264.26º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A36CF4 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 108 | 244 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.04 |
| HSL | 264.26º | 0.86% | 0.69% | - |
| HSV(B) | 264.26º | 0.56% | 0.96% | - |
| XYZ | 36.8 | 25.04 | 88.48 | - |
| YUV | 139.95 | 186.72 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 244 | 0.33 | 0.56 | 0 | 0.04 | 264.26 | 0.86 | 0.69 |
| Hex | A3 | 6C | F4 | 21 | 38 | 0 | 4 | 108 | 56 | 45 |
| Octal | 243 | 154 | 364 | 41 | 70 | 0 | 4 | 410 | 126 | 105 |
| Binary | 10100011 | 1101100 | 11110100 | 100001 | 111000 | 0 | 100 | 100001000 | 1010110 | 1000101 |
Color Harmonies of #A36CF4
Complementary color
Monochromatic Colors of #A36CF4
Black with #A36CF4
Text Example
Text Example
White with #A36CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36CF4; }
p { color: rgb(163,108,244); }
H1.HeaderClassName
{
color: #A36CF4;
}
.AnyTagClassName
{
color: #A36CF4;
}
</style>
background-color css
<style>
a { background-color: #A36CF4; }
a { background-color: rgb(163,108,244); }
div.DivClassName
{
background-color: #A36CF4;
}
.BgClassName
{
background-color: #A36CF4;
}
</style>
border-color css
<style>
span { border-color: #A36CF4; }
span { border-color: rgb(163,108,244); }
td.TdClassName
{
border-color: #A36CF4;
}
.TagClassName
{
border-color: #A36CF4;
}
</style>