Shades of Medium Purple #A36EEA
Tints of Medium Purple #A36EEA
RGB
CMYK
RGB Variations
Color information
#A36EEA (or 0xA36EEA) is known color: Medium Purple. HEX triplet: A3, 6E and EA. RGB value is (163,110,234). Sum of RGB (Red+Green+Blue) = 163+110+234=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #A36EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36EEA is #5C9115. Grayscale: #8B8B8B. Windows color (decimal): -6066454 or 15363747. OLE color: 15363747.
HSL color Cylindrical-coordinate representation of color #A36EEA: hue angle of 265.65º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A36EEA is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 110 | 234 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.08 |
| HSL | 265.65º | 0.75% | 0.67% | - |
| HSV(B) | 265.65º | 0.53% | 0.92% | - |
| XYZ | 35.53 | 24.88 | 80.77 | - |
| YUV | 139.98 | 181.06 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 234 | 0.30 | 0.53 | 0 | 0.08 | 265.65 | 0.75 | 0.67 |
| Hex | A3 | 6E | EA | 1E | 35 | 0 | 8 | 10A | 4B | 43 |
| Octal | 243 | 156 | 352 | 36 | 65 | 0 | 10 | 412 | 113 | 103 |
| Binary | 10100011 | 1101110 | 11101010 | 11110 | 110101 | 0 | 1000 | 100001010 | 1001011 | 1000011 |
Color Harmonies of #A36EEA
Complementary color
Monochromatic Colors of #A36EEA
Black with #A36EEA
Text Example
Text Example
White with #A36EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36EEA; }
p { color: rgb(163,110,234); }
H1.HeaderClassName
{
color: #A36EEA;
}
.AnyTagClassName
{
color: #A36EEA;
}
</style>
background-color css
<style>
a { background-color: #A36EEA; }
a { background-color: rgb(163,110,234); }
div.DivClassName
{
background-color: #A36EEA;
}
.BgClassName
{
background-color: #A36EEA;
}
</style>
border-color css
<style>
span { border-color: #A36EEA; }
span { border-color: rgb(163,110,234); }
td.TdClassName
{
border-color: #A36EEA;
}
.TagClassName
{
border-color: #A36EEA;
}
</style>