Shades of Medium Purple #A46FE5
Tints of Medium Purple #A46FE5
RGB
CMYK
RGB Variations
Color information
#A46FE5 (or 0xA46FE5) is known color: Medium Purple. HEX triplet: A4, 6F and E5. RGB value is (164,111,229). Sum of RGB (Red+Green+Blue) = 164+111+229=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #A46FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FE5 is #5B901A. Grayscale: #8B8B8B. Windows color (decimal): -6000667 or 15036324. OLE color: 15036324.
HSL color Cylindrical-coordinate representation of color #A46FE5: hue angle of 266.95º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A46FE5 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 111 | 229 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.10 |
| HSL | 266.95º | 0.69% | 0.67% | - |
| HSV(B) | 266.95º | 0.52% | 0.9% | - |
| XYZ | 35.14 | 24.92 | 77.09 | - |
| YUV | 140.3 | 178.06 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 229 | 0.28 | 0.52 | 0 | 0.10 | 266.95 | 0.69 | 0.67 |
| Hex | A4 | 6F | E5 | 1C | 34 | 0 | A | 10B | 45 | 43 |
| Octal | 244 | 157 | 345 | 34 | 64 | 0 | 12 | 413 | 105 | 103 |
| Binary | 10100100 | 1101111 | 11100101 | 11100 | 110100 | 0 | 1010 | 100001011 | 1000101 | 1000011 |
Color Harmonies of #A46FE5
Complementary color
Monochromatic Colors of #A46FE5
Black with #A46FE5
Text Example
Text Example
White with #A46FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46FE5; }
p { color: rgb(164,111,229); }
H1.HeaderClassName
{
color: #A46FE5;
}
.AnyTagClassName
{
color: #A46FE5;
}
</style>
background-color css
<style>
a { background-color: #A46FE5; }
a { background-color: rgb(164,111,229); }
div.DivClassName
{
background-color: #A46FE5;
}
.BgClassName
{
background-color: #A46FE5;
}
</style>
border-color css
<style>
span { border-color: #A46FE5; }
span { border-color: rgb(164,111,229); }
td.TdClassName
{
border-color: #A46FE5;
}
.TagClassName
{
border-color: #A46FE5;
}
</style>