Shades of Medium Purple #A07FF3
Tints of Medium Purple #A07FF3
RGB
CMYK
RGB Variations
Color information
#A07FF3 (or 0xA07FF3) is known color: Medium Purple. HEX triplet: A0, 7F and F3. RGB value is (160,127,243). Sum of RGB (Red+Green+Blue) = 160+127+243=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #A07FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FF3 is #5F800C. Grayscale: #959595. Windows color (decimal): -6258701 or 15957920. OLE color: 15957920.
HSL color Cylindrical-coordinate representation of color #A07FF3: hue angle of 257.07º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A07FF3 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 127 | 243 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.05 |
| HSL | 257.07º | 0.83% | 0.73% | - |
| HSV(B) | 257.07º | 0.48% | 0.95% | - |
| XYZ | 38.26 | 29.12 | 88.4 | - |
| YUV | 150.09 | 180.43 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 243 | 0.34 | 0.48 | 0 | 0.05 | 257.07 | 0.83 | 0.73 |
| Hex | A0 | 7F | F3 | 22 | 30 | 0 | 5 | 101 | 53 | 49 |
| Octal | 240 | 177 | 363 | 42 | 60 | 0 | 5 | 401 | 123 | 111 |
| Binary | 10100000 | 1111111 | 11110011 | 100010 | 110000 | 0 | 101 | 100000001 | 1010011 | 1001001 |
Color Harmonies of #A07FF3
Complementary color
Monochromatic Colors of #A07FF3
Black with #A07FF3
Text Example
Text Example
White with #A07FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FF3; }
p { color: rgb(160,127,243); }
H1.HeaderClassName
{
color: #A07FF3;
}
.AnyTagClassName
{
color: #A07FF3;
}
</style>
background-color css
<style>
a { background-color: #A07FF3; }
a { background-color: rgb(160,127,243); }
div.DivClassName
{
background-color: #A07FF3;
}
.BgClassName
{
background-color: #A07FF3;
}
</style>
border-color css
<style>
span { border-color: #A07FF3; }
span { border-color: rgb(160,127,243); }
td.TdClassName
{
border-color: #A07FF3;
}
.TagClassName
{
border-color: #A07FF3;
}
</style>