Shades of Medium Purple #A078F8
Tints of Medium Purple #A078F8
RGB
CMYK
RGB Variations
Color information
#A078F8 (or 0xA078F8) is known color: Medium Purple. HEX triplet: A0, 78 and F8. RGB value is (160,120,248). Sum of RGB (Red+Green+Blue) = 160+120+248=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #A078F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A078F8 is #5F8707. Grayscale: #929292. Windows color (decimal): -6260488 or 16283808. OLE color: 16283808.
HSL color Cylindrical-coordinate representation of color #A078F8: hue angle of 258.75º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A078F8 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 120 | 248 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.03 |
| HSL | 258.75º | 0.9% | 0.72% | - |
| HSV(B) | 258.75º | 0.52% | 0.97% | - |
| XYZ | 38.16 | 27.68 | 92.14 | - |
| YUV | 146.55 | 185.25 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 248 | 0.35 | 0.52 | 0 | 0.03 | 258.75 | 0.9 | 0.72 |
| Hex | A0 | 78 | F8 | 23 | 34 | 0 | 3 | 103 | 5A | 48 |
| Octal | 240 | 170 | 370 | 43 | 64 | 0 | 3 | 403 | 132 | 110 |
| Binary | 10100000 | 1111000 | 11111000 | 100011 | 110100 | 0 | 11 | 100000011 | 1011010 | 1001000 |
Color Harmonies of #A078F8
Complementary color
Monochromatic Colors of #A078F8
Black with #A078F8
Text Example
Text Example
White with #A078F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078F8; }
p { color: rgb(160,120,248); }
H1.HeaderClassName
{
color: #A078F8;
}
.AnyTagClassName
{
color: #A078F8;
}
</style>
background-color css
<style>
a { background-color: #A078F8; }
a { background-color: rgb(160,120,248); }
div.DivClassName
{
background-color: #A078F8;
}
.BgClassName
{
background-color: #A078F8;
}
</style>
border-color css
<style>
span { border-color: #A078F8; }
span { border-color: rgb(160,120,248); }
td.TdClassName
{
border-color: #A078F8;
}
.TagClassName
{
border-color: #A078F8;
}
</style>