Shades of Medium Purple #A46BE8
Tints of Medium Purple #A46BE8
RGB
CMYK
RGB Variations
Color information
#A46BE8 (or 0xA46BE8) is known color: Medium Purple. HEX triplet: A4, 6B and E8. RGB value is (164,107,232). Sum of RGB (Red+Green+Blue) = 164+107+232=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #A46BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46BE8 is #5B9417. Grayscale: #898989. Windows color (decimal): -6001688 or 15231908. OLE color: 15231908.
HSL color Cylindrical-coordinate representation of color #A46BE8: hue angle of 267.36º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A46BE8 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 107 | 232 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.09 |
| HSL | 267.36º | 0.73% | 0.66% | - |
| HSV(B) | 267.36º | 0.54% | 0.91% | - |
| XYZ | 35.13 | 24.23 | 79.17 | - |
| YUV | 138.29 | 180.88 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 232 | 0.29 | 0.54 | 0 | 0.09 | 267.36 | 0.73 | 0.66 |
| Hex | A4 | 6B | E8 | 1D | 36 | 0 | 9 | 10B | 49 | 42 |
| Octal | 244 | 153 | 350 | 35 | 66 | 0 | 11 | 413 | 111 | 102 |
| Binary | 10100100 | 1101011 | 11101000 | 11101 | 110110 | 0 | 1001 | 100001011 | 1001001 | 1000010 |
Color Harmonies of #A46BE8
Complementary color
Monochromatic Colors of #A46BE8
Black with #A46BE8
Text Example
Text Example
White with #A46BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46BE8; }
p { color: rgb(164,107,232); }
H1.HeaderClassName
{
color: #A46BE8;
}
.AnyTagClassName
{
color: #A46BE8;
}
</style>
background-color css
<style>
a { background-color: #A46BE8; }
a { background-color: rgb(164,107,232); }
div.DivClassName
{
background-color: #A46BE8;
}
.BgClassName
{
background-color: #A46BE8;
}
</style>
border-color css
<style>
span { border-color: #A46BE8; }
span { border-color: rgb(164,107,232); }
td.TdClassName
{
border-color: #A46BE8;
}
.TagClassName
{
border-color: #A46BE8;
}
</style>