Shades of Medium Purple #A076F2
Tints of Medium Purple #A076F2
RGB
CMYK
RGB Variations
Color information
#A076F2 (or 0xA076F2) is known color: Medium Purple. HEX triplet: A0, 76 and F2. RGB value is (160,118,242). Sum of RGB (Red+Green+Blue) = 160+118+242=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #A076F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A076F2 is #5F890D. Grayscale: #909090. Windows color (decimal): -6261006 or 15890080. OLE color: 15890080.
HSL color Cylindrical-coordinate representation of color #A076F2: hue angle of 260.32º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A076F2 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 118 | 242 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.05 |
| HSL | 260.32º | 0.83% | 0.71% | - |
| HSV(B) | 260.32º | 0.51% | 0.95% | - |
| XYZ | 37 | 26.84 | 87.24 | - |
| YUV | 144.69 | 182.91 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 242 | 0.34 | 0.51 | 0 | 0.05 | 260.32 | 0.83 | 0.71 |
| Hex | A0 | 76 | F2 | 22 | 33 | 0 | 5 | 104 | 53 | 47 |
| Octal | 240 | 166 | 362 | 42 | 63 | 0 | 5 | 404 | 123 | 107 |
| Binary | 10100000 | 1110110 | 11110010 | 100010 | 110011 | 0 | 101 | 100000100 | 1010011 | 1000111 |
Color Harmonies of #A076F2
Complementary color
Monochromatic Colors of #A076F2
Black with #A076F2
Text Example
Text Example
White with #A076F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076F2; }
p { color: rgb(160,118,242); }
H1.HeaderClassName
{
color: #A076F2;
}
.AnyTagClassName
{
color: #A076F2;
}
</style>
background-color css
<style>
a { background-color: #A076F2; }
a { background-color: rgb(160,118,242); }
div.DivClassName
{
background-color: #A076F2;
}
.BgClassName
{
background-color: #A076F2;
}
</style>
border-color css
<style>
span { border-color: #A076F2; }
span { border-color: rgb(160,118,242); }
td.TdClassName
{
border-color: #A076F2;
}
.TagClassName
{
border-color: #A076F2;
}
</style>