Shades of Medium Purple #A468F6
Tints of Medium Purple #A468F6
RGB
CMYK
RGB Variations
Color information
#A468F6 (or 0xA468F6) is known color: Medium Purple. HEX triplet: A4, 68 and F6. RGB value is (164,104,246). Sum of RGB (Red+Green+Blue) = 164+104+246=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #A468F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A468F6 is #5B9709. Grayscale: #898989. Windows color (decimal): -6002442 or 16148644. OLE color: 16148644.
HSL color Cylindrical-coordinate representation of color #A468F6: hue angle of 265.35º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A468F6 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 104 | 246 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.04 |
| HSL | 265.35º | 0.89% | 0.69% | - |
| HSV(B) | 265.35º | 0.58% | 0.96% | - |
| XYZ | 36.89 | 24.45 | 89.96 | - |
| YUV | 138.13 | 188.88 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 104 | 246 | 0.33 | 0.58 | 0 | 0.04 | 265.35 | 0.89 | 0.69 |
| Hex | A4 | 68 | F6 | 21 | 3A | 0 | 4 | 109 | 59 | 45 |
| Octal | 244 | 150 | 366 | 41 | 72 | 0 | 4 | 411 | 131 | 105 |
| Binary | 10100100 | 1101000 | 11110110 | 100001 | 111010 | 0 | 100 | 100001001 | 1011001 | 1000101 |
Color Harmonies of #A468F6
Complementary color
Monochromatic Colors of #A468F6
Black with #A468F6
Text Example
Text Example
White with #A468F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A468F6; }
p { color: rgb(164,104,246); }
H1.HeaderClassName
{
color: #A468F6;
}
.AnyTagClassName
{
color: #A468F6;
}
</style>
background-color css
<style>
a { background-color: #A468F6; }
a { background-color: rgb(164,104,246); }
div.DivClassName
{
background-color: #A468F6;
}
.BgClassName
{
background-color: #A468F6;
}
</style>
border-color css
<style>
span { border-color: #A468F6; }
span { border-color: rgb(164,104,246); }
td.TdClassName
{
border-color: #A468F6;
}
.TagClassName
{
border-color: #A468F6;
}
</style>