Shades of Medium Purple #A46BFC
Tints of Medium Purple #A46BFC
RGB
CMYK
RGB Variations
Color information
#A46BFC (or 0xA46BFC) is known color: Medium Purple. HEX triplet: A4, 6B and FC. RGB value is (164,107,252). Sum of RGB (Red+Green+Blue) = 164+107+252=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #A46BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46BFC is #5B9403. Grayscale: #8C8C8C. Windows color (decimal): -6001668 or 16542628. OLE color: 16542628.
HSL color Cylindrical-coordinate representation of color #A46BFC: hue angle of 263.59º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A46BFC is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 107 | 252 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.01 |
| HSL | 263.59º | 0.96% | 0.7% | - |
| HSV(B) | 263.59º | 0.58% | 0.99% | - |
| XYZ | 38.14 | 25.44 | 95 | - |
| YUV | 140.57 | 190.88 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 252 | 0.35 | 0.58 | 0 | 0.01 | 263.59 | 0.96 | 0.7 |
| Hex | A4 | 6B | FC | 23 | 3A | 0 | 1 | 108 | 60 | 46 |
| Octal | 244 | 153 | 374 | 43 | 72 | 0 | 1 | 410 | 140 | 106 |
| Binary | 10100100 | 1101011 | 11111100 | 100011 | 111010 | 0 | 1 | 100001000 | 1100000 | 1000110 |
Color Harmonies of #A46BFC
Complementary color
Monochromatic Colors of #A46BFC
Black with #A46BFC
Text Example
Text Example
White with #A46BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46BFC; }
p { color: rgb(164,107,252); }
H1.HeaderClassName
{
color: #A46BFC;
}
.AnyTagClassName
{
color: #A46BFC;
}
</style>
background-color css
<style>
a { background-color: #A46BFC; }
a { background-color: rgb(164,107,252); }
div.DivClassName
{
background-color: #A46BFC;
}
.BgClassName
{
background-color: #A46BFC;
}
</style>
border-color css
<style>
span { border-color: #A46BFC; }
span { border-color: rgb(164,107,252); }
td.TdClassName
{
border-color: #A46BFC;
}
.TagClassName
{
border-color: #A46BFC;
}
</style>