Shades of Medium Purple #A46BFD
Tints of Medium Purple #A46BFD
RGB
CMYK
RGB Variations
Color information
#A46BFD (or 0xA46BFD) is known color: Medium Purple. HEX triplet: A4, 6B and FD. RGB value is (164,107,253). Sum of RGB (Red+Green+Blue) = 164+107+253=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #A46BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46BFD is #5B9402. Grayscale: #8C8C8C. Windows color (decimal): -6001667 or 16608164. OLE color: 16608164.
HSL color Cylindrical-coordinate representation of color #A46BFD: hue angle of 263.42º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A46BFD is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 107 | 253 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.01 |
| HSL | 263.42º | 0.97% | 0.71% | - |
| HSV(B) | 263.42º | 0.58% | 0.99% | - |
| XYZ | 38.3 | 25.5 | 95.83 | - |
| YUV | 140.69 | 191.38 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 253 | 0.35 | 0.58 | 0 | 0.01 | 263.42 | 0.97 | 0.71 |
| Hex | A4 | 6B | FD | 23 | 3A | 0 | 1 | 107 | 61 | 47 |
| Octal | 244 | 153 | 375 | 43 | 72 | 0 | 1 | 407 | 141 | 107 |
| Binary | 10100100 | 1101011 | 11111101 | 100011 | 111010 | 0 | 1 | 100000111 | 1100001 | 1000111 |
Color Harmonies of #A46BFD
Complementary color
Monochromatic Colors of #A46BFD
Black with #A46BFD
Text Example
Text Example
White with #A46BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46BFD; }
p { color: rgb(164,107,253); }
H1.HeaderClassName
{
color: #A46BFD;
}
.AnyTagClassName
{
color: #A46BFD;
}
</style>
background-color css
<style>
a { background-color: #A46BFD; }
a { background-color: rgb(164,107,253); }
div.DivClassName
{
background-color: #A46BFD;
}
.BgClassName
{
background-color: #A46BFD;
}
</style>
border-color css
<style>
span { border-color: #A46BFD; }
span { border-color: rgb(164,107,253); }
td.TdClassName
{
border-color: #A46BFD;
}
.TagClassName
{
border-color: #A46BFD;
}
</style>