Shades of Medium Purple #A46CFB
Tints of Medium Purple #A46CFB
RGB
CMYK
RGB Variations
Color information
#A46CFB (or 0xA46CFB) is known color: Medium Purple. HEX triplet: A4, 6C and FB. RGB value is (164,108,251). Sum of RGB (Red+Green+Blue) = 164+108+251=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #A46CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46CFB is #5B9304. Grayscale: #8C8C8C. Windows color (decimal): -6001413 or 16477348. OLE color: 16477348.
HSL color Cylindrical-coordinate representation of color #A46CFB: hue angle of 263.5º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A46CFB is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 108 | 251 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.02 |
| HSL | 263.5º | 0.95% | 0.7% | - |
| HSV(B) | 263.5º | 0.57% | 0.98% | - |
| XYZ | 38.08 | 25.58 | 94.2 | - |
| YUV | 141.05 | 190.05 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 251 | 0.35 | 0.57 | 0 | 0.02 | 263.5 | 0.95 | 0.7 |
| Hex | A4 | 6C | FB | 23 | 39 | 0 | 2 | 107 | 5F | 46 |
| Octal | 244 | 154 | 373 | 43 | 71 | 0 | 2 | 407 | 137 | 106 |
| Binary | 10100100 | 1101100 | 11111011 | 100011 | 111001 | 0 | 10 | 100000111 | 1011111 | 1000110 |
Color Harmonies of #A46CFB
Complementary color
Monochromatic Colors of #A46CFB
Black with #A46CFB
Text Example
Text Example
White with #A46CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CFB; }
p { color: rgb(164,108,251); }
H1.HeaderClassName
{
color: #A46CFB;
}
.AnyTagClassName
{
color: #A46CFB;
}
</style>
background-color css
<style>
a { background-color: #A46CFB; }
a { background-color: rgb(164,108,251); }
div.DivClassName
{
background-color: #A46CFB;
}
.BgClassName
{
background-color: #A46CFB;
}
</style>
border-color css
<style>
span { border-color: #A46CFB; }
span { border-color: rgb(164,108,251); }
td.TdClassName
{
border-color: #A46CFB;
}
.TagClassName
{
border-color: #A46CFB;
}
</style>