Shades of Medium Purple #A478F9
Tints of Medium Purple #A478F9
RGB
CMYK
RGB Variations
Color information
#A478F9 (or 0xA478F9) is known color: Medium Purple. HEX triplet: A4, 78 and F9. RGB value is (164,120,249). Sum of RGB (Red+Green+Blue) = 164+120+249=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #A478F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A478F9 is #5B8706. Grayscale: #939393. Windows color (decimal): -5998343 or 16349348. OLE color: 16349348.
HSL color Cylindrical-coordinate representation of color #A478F9: hue angle of 260.47º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A478F9 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 120 | 249 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.02 |
| HSL | 260.47º | 0.91% | 0.72% | - |
| HSV(B) | 260.47º | 0.52% | 0.98% | - |
| XYZ | 39.13 | 28.17 | 93 | - |
| YUV | 147.86 | 185.08 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 249 | 0.34 | 0.52 | 0 | 0.02 | 260.47 | 0.91 | 0.72 |
| Hex | A4 | 78 | F9 | 22 | 34 | 0 | 2 | 104 | 5B | 48 |
| Octal | 244 | 170 | 371 | 42 | 64 | 0 | 2 | 404 | 133 | 110 |
| Binary | 10100100 | 1111000 | 11111001 | 100010 | 110100 | 0 | 10 | 100000100 | 1011011 | 1001000 |
Color Harmonies of #A478F9
Complementary color
Monochromatic Colors of #A478F9
Black with #A478F9
Text Example
Text Example
White with #A478F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A478F9; }
p { color: rgb(164,120,249); }
H1.HeaderClassName
{
color: #A478F9;
}
.AnyTagClassName
{
color: #A478F9;
}
</style>
background-color css
<style>
a { background-color: #A478F9; }
a { background-color: rgb(164,120,249); }
div.DivClassName
{
background-color: #A478F9;
}
.BgClassName
{
background-color: #A478F9;
}
</style>
border-color css
<style>
span { border-color: #A478F9; }
span { border-color: rgb(164,120,249); }
td.TdClassName
{
border-color: #A478F9;
}
.TagClassName
{
border-color: #A478F9;
}
</style>