Shades of Medium Purple #A46BEE
Tints of Medium Purple #A46BEE
RGB
CMYK
RGB Variations
Color information
#A46BEE (or 0xA46BEE) is known color: Medium Purple. HEX triplet: A4, 6B and EE. RGB value is (164,107,238). Sum of RGB (Red+Green+Blue) = 164+107+238=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #A46BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46BEE is #5B9411. Grayscale: #8A8A8A. Windows color (decimal): -6001682 or 15625124. OLE color: 15625124.
HSL color Cylindrical-coordinate representation of color #A46BEE: hue angle of 266.11º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A46BEE is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 107 | 238 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.07 |
| HSL | 266.11º | 0.79% | 0.68% | - |
| HSV(B) | 266.11º | 0.55% | 0.93% | - |
| XYZ | 36 | 24.58 | 83.74 | - |
| YUV | 138.98 | 183.88 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 238 | 0.31 | 0.55 | 0 | 0.07 | 266.11 | 0.79 | 0.68 |
| Hex | A4 | 6B | EE | 1F | 37 | 0 | 7 | 10A | 4F | 44 |
| Octal | 244 | 153 | 356 | 37 | 67 | 0 | 7 | 412 | 117 | 104 |
| Binary | 10100100 | 1101011 | 11101110 | 11111 | 110111 | 0 | 111 | 100001010 | 1001111 | 1000100 |
Color Harmonies of #A46BEE
Complementary color
Monochromatic Colors of #A46BEE
Black with #A46BEE
Text Example
Text Example
White with #A46BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46BEE; }
p { color: rgb(164,107,238); }
H1.HeaderClassName
{
color: #A46BEE;
}
.AnyTagClassName
{
color: #A46BEE;
}
</style>
background-color css
<style>
a { background-color: #A46BEE; }
a { background-color: rgb(164,107,238); }
div.DivClassName
{
background-color: #A46BEE;
}
.BgClassName
{
background-color: #A46BEE;
}
</style>
border-color css
<style>
span { border-color: #A46BEE; }
span { border-color: rgb(164,107,238); }
td.TdClassName
{
border-color: #A46BEE;
}
.TagClassName
{
border-color: #A46BEE;
}
</style>